public class CrashData extends TelemetryData
| Constructor and Description |
|---|
CrashData()
Initializes a new instance of the CrashData class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseType()
Base Type for this telemetry.
|
java.util.List<CrashDataBinary> |
getBinaries()
Gets the Binaries property.
|
java.lang.String |
getEnvelopeName()
Envelope Name for this telemetry.
|
CrashDataHeaders |
getHeaders()
Gets the Headers property.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Gets the Properties property.
|
java.util.List<CrashDataThread> |
getThreads()
Gets the Threads property.
|
int |
getVer()
Gets the Ver property.
|
protected void |
InitializeFields()
Optionally initializes fields for the current context.
|
protected java.lang.String |
serializeContent(java.io.Writer writer)
Serializes the beginning of this object to the passed in writer.
|
void |
setBinaries(java.util.List<CrashDataBinary> value)
Sets the Binaries property.
|
void |
setHeaders(CrashDataHeaders value)
Sets the Headers property.
|
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> value)
Sets the Properties property.
|
void |
setThreads(java.util.List<CrashDataThread> value)
Sets the Threads property.
|
void |
SetupAttributes()
Sets up the events attributes
|
void |
setVer(int value)
Sets the Ver property.
|
public int getVer()
public void setVer(int value)
public java.lang.String getEnvelopeName()
public java.lang.String getBaseType()
public CrashDataHeaders getHeaders()
public void setHeaders(CrashDataHeaders value)
public java.util.List<CrashDataThread> getThreads()
public void setThreads(java.util.List<CrashDataThread> value)
public java.util.List<CrashDataBinary> getBinaries()
public void setBinaries(java.util.List<CrashDataBinary> value)
public java.util.Map<java.lang.String,java.lang.String> getProperties()
public void setProperties(java.util.Map<java.lang.String,java.lang.String> value)
protected java.lang.String serializeContent(java.io.Writer writer)
throws java.io.IOException
writer - The writer to serialize this object to.java.io.IOExceptionpublic void SetupAttributes()
protected void InitializeFields()