public class EventData extends TelemetryData
Attributes, QualifiedName
Constructor and Description |
---|
EventData()
Initializes a new instance of the EventData class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBaseType()
Base Type for this telemetry.
|
java.lang.String |
getEnvelopeName()
Envelope Name for this telemetry.
|
java.util.Map<java.lang.String,java.lang.Double> |
getMeasurements()
Gets the Measurements property.
|
java.lang.String |
getName()
Gets the Name property.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Gets the Properties property.
|
int |
getVer()
Gets the Ver 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 |
setMeasurements(java.util.Map<java.lang.String,java.lang.Double> value)
Sets the Measurements property.
|
void |
setName(java.lang.String value)
Sets the Name property.
|
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> value)
Sets the Properties property.
|
void |
SetupAttributes()
Sets up the events attributes
|
void |
setVer(int value)
Sets the Ver property.
|
public java.lang.String getEnvelopeName()
getEnvelopeName
in class ITelemetry
public java.lang.String getBaseType()
getBaseType
in class ITelemetry
public int getVer()
public void setVer(int value)
setVer
in class ITelemetry
public java.lang.String getName()
public void setName(java.lang.String value)
public java.util.Map<java.lang.String,java.lang.String> getProperties()
getProperties
in class ITelemetry
public void setProperties(java.util.Map<java.lang.String,java.lang.String> value)
setProperties
in class ITelemetry
public java.util.Map<java.lang.String,java.lang.Double> getMeasurements()
public void setMeasurements(java.util.Map<java.lang.String,java.lang.Double> value)
protected java.lang.String serializeContent(java.io.Writer writer) throws java.io.IOException
serializeContent
in class Domain
writer
- The writer to serialize this object to.java.io.IOException
public void SetupAttributes()
protected void InitializeFields()
InitializeFields
in class Domain