public class Data<TDomain extends Domain> extends Base implements ITelemetryData
Attributes, QualifiedName
Constructor and Description |
---|
Data()
Initializes a new instance of the Data{TDomain} class.
|
Modifier and Type | Method and Description |
---|---|
TDomain |
getBaseData()
Gets the BaseData property.
|
protected void |
InitializeFields()
Optionally initializes fields for the current context.
|
protected java.lang.String |
serializeContent(java.io.Writer writer)
Serializes the beginning of this object to the passed in writer.
|
void |
setBaseData(TDomain value)
Sets the BaseData property.
|
void |
SetupAttributes()
Sets up the events attributes
|
getBaseType, serialize, setBaseType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
serialize
public TDomain getBaseData()
public void setBaseData(TDomain value)
protected java.lang.String serializeContent(java.io.Writer writer) throws java.io.IOException
serializeContent
in class Base
writer
- The writer to serialize this object to.java.io.IOException
public void SetupAttributes()
protected void InitializeFields()
InitializeFields
in class Base