public class Base extends java.lang.Object implements JsonSerializable
Constructor and Description |
---|
Base()
Initializes a new instance of the Base class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBaseType()
Gets the BaseType 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 |
setBaseType(java.lang.String value)
Sets the BaseType property.
|
public java.lang.String getBaseType()
public void setBaseType(java.lang.String value)
public void serialize(JsonTelemetryDataSerializer writer) throws java.io.IOException
serialize
in interface JsonSerializable
writer
- 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.IOException
protected void InitializeFields()