public class Internal extends java.lang.Object implements IJsonSerializable, java.io.Serializable
Constructor and Description |
---|
Internal()
Initializes a new instance of the Internal 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 |
getAccountId()
Gets the AccountId property.
|
java.lang.String |
getAgentVersion()
Gets the AgentVersion property.
|
java.lang.String |
getApplicationName()
Gets the ApplicationName property.
|
java.lang.String |
getApplicationType()
Gets the ApplicationType property.
|
java.lang.String |
getDataCollectorReceivedTime()
Gets the DataCollectorReceivedTime property.
|
java.lang.String |
getFlowType()
Gets the FlowType property.
|
java.lang.String |
getInstrumentationKey()
Gets the InstrumentationKey property.
|
java.lang.String |
getIsAudit()
Gets the IsAudit property.
|
java.lang.String |
getProfileClassId()
Gets the ProfileClassId property.
|
java.lang.String |
getProfileId()
Gets the ProfileId property.
|
java.lang.String |
getRequestSource()
Gets the RequestSource property.
|
java.lang.String |
getSdkVersion()
Gets the SdkVersion property.
|
java.lang.String |
getTelemetryItemId()
Gets the TelemetryItemId property.
|
java.lang.String |
getTrackingSourceId()
Gets the TrackingSourceId property.
|
java.lang.String |
getTrackingType()
Gets the TrackingType 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 |
setAccountId(java.lang.String value)
Sets the AccountId property.
|
void |
setAgentVersion(java.lang.String value)
Sets the AgentVersion property.
|
void |
setApplicationName(java.lang.String value)
Sets the ApplicationName property.
|
void |
setApplicationType(java.lang.String value)
Sets the ApplicationType property.
|
void |
setDataCollectorReceivedTime(java.lang.String value)
Sets the DataCollectorReceivedTime property.
|
void |
setFlowType(java.lang.String value)
Sets the FlowType property.
|
void |
setInstrumentationKey(java.lang.String value)
Sets the InstrumentationKey property.
|
void |
setIsAudit(java.lang.String value)
Sets the IsAudit property.
|
void |
setProfileClassId(java.lang.String value)
Sets the ProfileClassId property.
|
void |
setProfileId(java.lang.String value)
Sets the ProfileId property.
|
void |
setRequestSource(java.lang.String value)
Sets the RequestSource property.
|
void |
setSdkVersion(java.lang.String value)
Sets the SdkVersion property.
|
void |
setTelemetryItemId(java.lang.String value)
Sets the TelemetryItemId property.
|
void |
setTrackingSourceId(java.lang.String value)
Sets the TrackingSourceId property.
|
void |
setTrackingType(java.lang.String value)
Sets the TrackingType property.
|
public java.lang.String getSdkVersion()
public void setSdkVersion(java.lang.String value)
public java.lang.String getAgentVersion()
public void setAgentVersion(java.lang.String value)
public java.lang.String getDataCollectorReceivedTime()
public void setDataCollectorReceivedTime(java.lang.String value)
public java.lang.String getProfileId()
public void setProfileId(java.lang.String value)
public java.lang.String getProfileClassId()
public void setProfileClassId(java.lang.String value)
public java.lang.String getAccountId()
public void setAccountId(java.lang.String value)
public java.lang.String getApplicationName()
public void setApplicationName(java.lang.String value)
public java.lang.String getInstrumentationKey()
public void setInstrumentationKey(java.lang.String value)
public java.lang.String getTelemetryItemId()
public void setTelemetryItemId(java.lang.String value)
public java.lang.String getApplicationType()
public void setApplicationType(java.lang.String value)
public java.lang.String getRequestSource()
public void setRequestSource(java.lang.String value)
public java.lang.String getFlowType()
public void setFlowType(java.lang.String value)
public java.lang.String getIsAudit()
public void setIsAudit(java.lang.String value)
public java.lang.String getTrackingSourceId()
public void setTrackingSourceId(java.lang.String value)
public java.lang.String getTrackingType()
public void setTrackingType(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()