public class EventData extends TelemetryData
| 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()
public java.lang.String getBaseType()
public int getVer()
public void setVer(int value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.util.Map<java.lang.String,java.lang.String> getProperties()
public void setProperties(java.util.Map<java.lang.String,java.lang.String> value)
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
writer - The writer to serialize this object to.java.io.IOExceptionpublic void SetupAttributes()
protected void InitializeFields()