-
- All Implemented Interfaces:
-
com.microsoft.telemetry.IJsonSerializable,java.io.Serializable
public class CrashData extends TelemetryData
Data contract class CrashData.
-
-
Field Summary
Fields Modifier and Type Field Description private intverprivate CrashDataHeadersheadersprivate List<CrashDataThread>threadsprivate List<CrashDataBinary>binaries
-
Constructor Summary
Constructors Constructor Description CrashData()Initializes a new instance of the CrashData class.
-
Method Summary
Modifier and Type Method Description intgetVer()Gets the Ver property. voidsetVer(int value)Sets the Ver property. CrashDataHeadersgetHeaders()Gets the Headers property. voidsetHeaders(CrashDataHeaders value)Sets the Headers property. List<CrashDataThread>getThreads()Gets the Threads property. voidsetThreads(List<CrashDataThread> value)Sets the Threads property. List<CrashDataBinary>getBinaries()Gets the Binaries property. voidsetBinaries(List<CrashDataBinary> value)Sets the Binaries property. StringgetEnvelopeName()Envelope Name for this telemetry. StringgetBaseType()Base Type for this telemetry. Map<String, String>getProperties()Gets the Properties property. voidsetProperties(Map<String, String> value)Sets the Properties property. voidSetupAttributes()Sets up the events attributes -
Methods inherited from class com.microsoft.telemetry.ITelemetry
getBaseType, getEnvelopeName, getProperties, setProperties, setVer -
Methods inherited from class com.microsoft.telemetry.Domain
serialize -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getVer
int getVer()
Gets the Ver property.
-
setVer
void setVer(int value)
Sets the Ver property.
-
getHeaders
CrashDataHeaders getHeaders()
Gets the Headers property.
-
setHeaders
void setHeaders(CrashDataHeaders value)
Sets the Headers property.
-
getThreads
List<CrashDataThread> getThreads()
Gets the Threads property.
-
setThreads
void setThreads(List<CrashDataThread> value)
Sets the Threads property.
-
getBinaries
List<CrashDataBinary> getBinaries()
Gets the Binaries property.
-
setBinaries
void setBinaries(List<CrashDataBinary> value)
Sets the Binaries property.
-
getEnvelopeName
String getEnvelopeName()
Envelope Name for this telemetry.
-
getBaseType
String getBaseType()
Base Type for this telemetry.
-
getProperties
Map<String, String> getProperties()
Gets the Properties property.
-
setProperties
void setProperties(Map<String, String> value)
Sets the Properties property.
-
SetupAttributes
void SetupAttributes()
Sets up the events attributes
-
-
-
-