public class Envelope extends java.lang.Object implements JsonSerializable
| Constructor and Description |
|---|
Envelope()
Initializes a new instance of the Envelope class.
|
| Modifier and Type | Method and Description |
|---|---|
Base |
getData()
Gets the Data property.
|
java.lang.String |
getIKey()
Gets the IKey property.
|
java.lang.String |
getName()
Gets the Name property.
|
double |
getSampleRate()
Gets the SampleRate property.
|
java.lang.String |
getSeq()
Gets the Seq property.
|
java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.String> |
getTags()
Gets the Tags property.
|
java.lang.String |
getTime()
Gets the Time property.
|
int |
getVer()
Gets the Ver property.
|
protected void |
InitializeFields()
Optionally initializes fields for the current context.
|
void |
serialize(JsonTelemetryDataSerializer writer)
Serializes the beginning of this object to the passed in writer.
|
protected void |
serializeContent(JsonTelemetryDataSerializer writer)
Serializes the beginning of this object to the passed in writer.
|
void |
setData(Base value)
Sets the Data property.
|
void |
setIKey(java.lang.String value)
Sets the IKey property.
|
void |
setName(java.lang.String value)
Sets the Name property.
|
void |
setSampleRate(double value)
Sets the SampleRate property.
|
void |
setSeq(java.lang.String value)
Sets the Seq property.
|
void |
setTags(java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.String> value)
Sets the Tags property.
|
void |
setTime(java.lang.String value)
Sets the Time property.
|
void |
setVer(int value)
Sets the Ver property.
|
public int getVer()
public void setVer(int value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getTime()
public void setTime(java.lang.String value)
public double getSampleRate()
public void setSampleRate(double value)
public java.lang.String getSeq()
public void setSeq(java.lang.String value)
public java.lang.String getIKey()
public void setIKey(java.lang.String value)
public java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.String> getTags()
public void setTags(java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.String> value)
public Base getData()
public void setData(Base value)
public void serialize(JsonTelemetryDataSerializer writer) throws java.io.IOException
serialize in interface JsonSerializablewriter - The writer to serialize this object to.java.io.IOException - The exception that might be thrown during serialization.protected void serializeContent(JsonTelemetryDataSerializer writer) throws java.io.IOException
writer - The writer to serialize this object to.java.io.IOExceptionprotected void InitializeFields()