public class Domain extends java.lang.Object implements IJsonSerializable
Modifier and Type | Field and Description |
---|---|
java.util.LinkedHashMap<java.lang.String,java.lang.String> |
Attributes
A map for holding event attributes.
|
java.lang.String |
QualifiedName
The name for this type
|
Constructor and Description |
---|
Domain()
Initializes a new instance of the Domain class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
InitializeFields()
Optionally initializes fields for the current context.
|
void |
serialize(java.io.Writer writer)
Serializes the beginning of this object to the passed in writer.
|
protected java.lang.String |
serializeContent(java.io.Writer writer)
Serializes the beginning of this object to the passed in writer.
|
public java.util.LinkedHashMap<java.lang.String,java.lang.String> Attributes
public java.lang.String QualifiedName
public void serialize(java.io.Writer writer) throws java.io.IOException
serialize
in interface IJsonSerializable
writer
- The writer to serialize this object to.java.io.IOException
- will be thrown if something wrong with the output
streamprotected java.lang.String serializeContent(java.io.Writer writer) throws java.io.IOException
writer
- The writer to serialize this object to.java.io.IOException
protected void InitializeFields()