public class Application extends java.lang.Object implements IJsonSerializable, java.io.Serializable
Constructor and Description |
---|
Application()
Initializes a new instance of the Application class.
|
Modifier and Type | Method and Description |
---|---|
void |
addToHashMap(java.util.Map<java.lang.String,java.lang.String> map)
Adds all members of this class to a map
|
java.lang.String |
getBuild()
Gets the Build property.
|
java.lang.String |
getTypeId()
Gets the TypeId property.
|
java.lang.String |
getVer()
Gets the Ver property.
|
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.
|
void |
setBuild(java.lang.String value)
Sets the Build property.
|
void |
setTypeId(java.lang.String value)
Sets the TypeId property.
|
void |
setVer(java.lang.String value)
Sets the Ver property.
|
public Application()
public java.lang.String getVer()
public void setVer(java.lang.String value)
public java.lang.String getBuild()
public void setBuild(java.lang.String value)
public java.lang.String getTypeId()
public void setTypeId(java.lang.String value)
public void addToHashMap(java.util.Map<java.lang.String,java.lang.String> map)
map
- to which the members of this class will be added.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()