public class SessionStateData extends TelemetryData
Attributes, QualifiedName
Constructor and Description |
---|
SessionStateData()
Initializes a new instance of the SessionStateData 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.String> |
getProperties()
Gets the Properties property.
|
SessionState |
getState()
Gets the State 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 |
setProperties(java.util.Map<java.lang.String,java.lang.String> value)
Sets the Properties property.
|
void |
setState(SessionState value)
Sets the State property.
|
void |
SetupAttributes()
Sets up the events attributes
|
void |
setVer(int value)
Sets the Ver property.
|
public SessionStateData()
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 SessionState getState()
public void setState(SessionState 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
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