-
- All Implemented Interfaces:
-
com.microsoft.telemetry.IJsonSerializable,java.io.Serializable
public class Internal implements IJsonSerializable, Serializable
Data contract class Internal.
-
-
Field Summary
Fields Modifier and Type Field Description private StringsdkVersionprivate StringagentVersionprivate StringdataCollectorReceivedTimeprivate StringprofileIdprivate StringprofileClassIdprivate StringaccountIdprivate StringapplicationNameprivate StringinstrumentationKeyprivate StringtelemetryItemIdprivate StringapplicationTypeprivate StringrequestSourceprivate StringflowTypeprivate StringisAuditprivate StringtrackingSourceIdprivate StringtrackingType
-
Constructor Summary
Constructors Constructor Description Internal()Initializes a new instance of the Internal class.
-
Method Summary
Modifier and Type Method Description StringgetSdkVersion()Gets the SdkVersion property. voidsetSdkVersion(String value)Sets the SdkVersion property. StringgetAgentVersion()Gets the AgentVersion property. voidsetAgentVersion(String value)Sets the AgentVersion property. StringgetDataCollectorReceivedTime()Gets the DataCollectorReceivedTime property. voidsetDataCollectorReceivedTime(String value)Sets the DataCollectorReceivedTime property. StringgetProfileId()Gets the ProfileId property. voidsetProfileId(String value)Sets the ProfileId property. StringgetProfileClassId()Gets the ProfileClassId property. voidsetProfileClassId(String value)Sets the ProfileClassId property. StringgetAccountId()Gets the AccountId property. voidsetAccountId(String value)Sets the AccountId property. StringgetApplicationName()Gets the ApplicationName property. voidsetApplicationName(String value)Sets the ApplicationName property. StringgetInstrumentationKey()Gets the InstrumentationKey property. voidsetInstrumentationKey(String value)Sets the InstrumentationKey property. StringgetTelemetryItemId()Gets the TelemetryItemId property. voidsetTelemetryItemId(String value)Sets the TelemetryItemId property. StringgetApplicationType()Gets the ApplicationType property. voidsetApplicationType(String value)Sets the ApplicationType property. StringgetRequestSource()Gets the RequestSource property. voidsetRequestSource(String value)Sets the RequestSource property. StringgetFlowType()Gets the FlowType property. voidsetFlowType(String value)Sets the FlowType property. StringgetIsAudit()Gets the IsAudit property. voidsetIsAudit(String value)Sets the IsAudit property. StringgetTrackingSourceId()Gets the TrackingSourceId property. voidsetTrackingSourceId(String value)Sets the TrackingSourceId property. StringgetTrackingType()Gets the TrackingType property. voidsetTrackingType(String value)Sets the TrackingType property. voidaddToHashMap(Map<String, String> map)Adds all members of this class to a hashmap voidserialize(Writer writer)Serializes the beginning of this object to the passed in writer. -
-
Method Detail
-
getSdkVersion
String getSdkVersion()
Gets the SdkVersion property.
-
setSdkVersion
void setSdkVersion(String value)
Sets the SdkVersion property.
-
getAgentVersion
String getAgentVersion()
Gets the AgentVersion property.
-
setAgentVersion
void setAgentVersion(String value)
Sets the AgentVersion property.
-
getDataCollectorReceivedTime
String getDataCollectorReceivedTime()
Gets the DataCollectorReceivedTime property.
-
setDataCollectorReceivedTime
void setDataCollectorReceivedTime(String value)
Sets the DataCollectorReceivedTime property.
-
getProfileId
String getProfileId()
Gets the ProfileId property.
-
setProfileId
void setProfileId(String value)
Sets the ProfileId property.
-
getProfileClassId
String getProfileClassId()
Gets the ProfileClassId property.
-
setProfileClassId
void setProfileClassId(String value)
Sets the ProfileClassId property.
-
getAccountId
String getAccountId()
Gets the AccountId property.
-
setAccountId
void setAccountId(String value)
Sets the AccountId property.
-
getApplicationName
String getApplicationName()
Gets the ApplicationName property.
-
setApplicationName
void setApplicationName(String value)
Sets the ApplicationName property.
-
getInstrumentationKey
String getInstrumentationKey()
Gets the InstrumentationKey property.
-
setInstrumentationKey
void setInstrumentationKey(String value)
Sets the InstrumentationKey property.
-
getTelemetryItemId
String getTelemetryItemId()
Gets the TelemetryItemId property.
-
setTelemetryItemId
void setTelemetryItemId(String value)
Sets the TelemetryItemId property.
-
getApplicationType
String getApplicationType()
Gets the ApplicationType property.
-
setApplicationType
void setApplicationType(String value)
Sets the ApplicationType property.
-
getRequestSource
String getRequestSource()
Gets the RequestSource property.
-
setRequestSource
void setRequestSource(String value)
Sets the RequestSource property.
-
getFlowType
String getFlowType()
Gets the FlowType property.
-
setFlowType
void setFlowType(String value)
Sets the FlowType property.
-
getIsAudit
String getIsAudit()
Gets the IsAudit property.
-
setIsAudit
void setIsAudit(String value)
Sets the IsAudit property.
-
getTrackingSourceId
String getTrackingSourceId()
Gets the TrackingSourceId property.
-
setTrackingSourceId
void setTrackingSourceId(String value)
Sets the TrackingSourceId property.
-
getTrackingType
String getTrackingType()
Gets the TrackingType property.
-
setTrackingType
void setTrackingType(String value)
Sets the TrackingType property.
-
addToHashMap
void addToHashMap(Map<String, String> map)
Adds all members of this class to a hashmap
- Parameters:
map- to which the members of this class will be added.
-
-
-
-