public class CrashDataHeaders
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CrashDataHeaders()
Initializes a new instance of the CrashDataHeaders class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApplicationBuild()
Gets the ApplicationBuild property.
|
java.lang.String |
getApplicationIdentifier()
Gets the ApplicationIdentifier property.
|
java.lang.String |
getApplicationPath()
Gets the ApplicationPath property.
|
int |
getCrashThread()
Gets the CrashThread property.
|
java.lang.String |
getExceptionAddress()
Gets the ExceptionAddress property.
|
java.lang.String |
getExceptionCode()
Gets the ExceptionCode property.
|
java.lang.String |
getExceptionReason()
Gets the ExceptionReason property.
|
java.lang.String |
getExceptionType()
Gets the ExceptionType property.
|
java.lang.String |
getId()
Gets the Id property.
|
java.lang.String |
getParentProcess()
Gets the ParentProcess property.
|
int |
getParentProcessId()
Gets the ParentProcessId property.
|
java.lang.String |
getProcess()
Gets the Process property.
|
int |
getProcessId()
Gets the ProcessId 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 |
setApplicationBuild(java.lang.String value)
Sets the ApplicationBuild property.
|
void |
setApplicationIdentifier(java.lang.String value)
Sets the ApplicationIdentifier property.
|
void |
setApplicationPath(java.lang.String value)
Sets the ApplicationPath property.
|
void |
setCrashThread(int value)
Sets the CrashThread property.
|
void |
setExceptionAddress(java.lang.String value)
Sets the ExceptionAddress property.
|
void |
setExceptionCode(java.lang.String value)
Sets the ExceptionCode property.
|
void |
setExceptionReason(java.lang.String value)
Sets the ExceptionReason property.
|
void |
setExceptionType(java.lang.String value)
Sets the ExceptionType property.
|
void |
setId(java.lang.String value)
Sets the Id property.
|
void |
setParentProcess(java.lang.String value)
Sets the ParentProcess property.
|
void |
setParentProcessId(int value)
Sets the ParentProcessId property.
|
void |
setProcess(java.lang.String value)
Sets the Process property.
|
void |
setProcessId(int value)
Sets the ProcessId property.
|
public CrashDataHeaders()
public java.lang.String getId()
public void setId(java.lang.String value)
public java.lang.String getProcess()
public void setProcess(java.lang.String value)
public int getProcessId()
public void setProcessId(int value)
public java.lang.String getParentProcess()
public void setParentProcess(java.lang.String value)
public int getParentProcessId()
public void setParentProcessId(int value)
public int getCrashThread()
public void setCrashThread(int value)
public java.lang.String getApplicationPath()
public void setApplicationPath(java.lang.String value)
public java.lang.String getApplicationIdentifier()
public void setApplicationIdentifier(java.lang.String value)
public java.lang.String getApplicationBuild()
public void setApplicationBuild(java.lang.String value)
public java.lang.String getExceptionType()
public void setExceptionType(java.lang.String value)
public java.lang.String getExceptionCode()
public void setExceptionCode(java.lang.String value)
public java.lang.String getExceptionAddress()
public void setExceptionAddress(java.lang.String value)
public java.lang.String getExceptionReason()
public void setExceptionReason(java.lang.String value)
public void serialize(java.io.Writer writer)
throws java.io.IOException
writer - The writer to serialize this object to.java.io.IOExceptionprotected java.lang.String serializeContent(java.io.Writer writer)
throws java.io.IOException
writer - The writer to serialize this object to.java.io.IOExceptionprotected void InitializeFields()