-
- All Implemented Interfaces:
-
com.microsoft.telemetry.IJsonSerializable,java.io.Serializable
public class CrashDataHeaders implements IJsonSerializable, Serializable
Data contract class CrashDataHeaders.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringidprivate Stringprocessprivate intprocessIdprivate StringparentProcessprivate intparentProcessIdprivate intcrashThreadprivate StringapplicationPathprivate StringapplicationIdentifierprivate StringapplicationBuildprivate StringexceptionTypeprivate StringexceptionCodeprivate StringexceptionAddressprivate StringexceptionReason
-
Constructor Summary
Constructors Constructor Description CrashDataHeaders()Initializes a new instance of the CrashDataHeaders class.
-
Method Summary
Modifier and Type Method Description StringgetId()Gets the Id property. voidsetId(String value)Sets the Id property. StringgetProcess()Gets the Process property. voidsetProcess(String value)Sets the Process property. intgetProcessId()Gets the ProcessId property. voidsetProcessId(int value)Sets the ProcessId property. StringgetParentProcess()Gets the ParentProcess property. voidsetParentProcess(String value)Sets the ParentProcess property. intgetParentProcessId()Gets the ParentProcessId property. voidsetParentProcessId(int value)Sets the ParentProcessId property. intgetCrashThread()Gets the CrashThread property. voidsetCrashThread(int value)Sets the CrashThread property. StringgetApplicationPath()Gets the ApplicationPath property. voidsetApplicationPath(String value)Sets the ApplicationPath property. StringgetApplicationIdentifier()Gets the ApplicationIdentifier property. voidsetApplicationIdentifier(String value)Sets the ApplicationIdentifier property. StringgetApplicationBuild()Gets the ApplicationBuild property. voidsetApplicationBuild(String value)Sets the ApplicationBuild property. StringgetExceptionType()Gets the ExceptionType property. voidsetExceptionType(String value)Sets the ExceptionType property. StringgetExceptionCode()Gets the ExceptionCode property. voidsetExceptionCode(String value)Sets the ExceptionCode property. StringgetExceptionAddress()Gets the ExceptionAddress property. voidsetExceptionAddress(String value)Sets the ExceptionAddress property. StringgetExceptionReason()Gets the ExceptionReason property. voidsetExceptionReason(String value)Sets the ExceptionReason property. voidserialize(Writer writer)Serializes the beginning of this object to the passed in writer. -
-
Method Detail
-
getProcess
String getProcess()
Gets the Process property.
-
setProcess
void setProcess(String value)
Sets the Process property.
-
getProcessId
int getProcessId()
Gets the ProcessId property.
-
setProcessId
void setProcessId(int value)
Sets the ProcessId property.
-
getParentProcess
String getParentProcess()
Gets the ParentProcess property.
-
setParentProcess
void setParentProcess(String value)
Sets the ParentProcess property.
-
getParentProcessId
int getParentProcessId()
Gets the ParentProcessId property.
-
setParentProcessId
void setParentProcessId(int value)
Sets the ParentProcessId property.
-
getCrashThread
int getCrashThread()
Gets the CrashThread property.
-
setCrashThread
void setCrashThread(int value)
Sets the CrashThread property.
-
getApplicationPath
String getApplicationPath()
Gets the ApplicationPath property.
-
setApplicationPath
void setApplicationPath(String value)
Sets the ApplicationPath property.
-
getApplicationIdentifier
String getApplicationIdentifier()
Gets the ApplicationIdentifier property.
-
setApplicationIdentifier
void setApplicationIdentifier(String value)
Sets the ApplicationIdentifier property.
-
getApplicationBuild
String getApplicationBuild()
Gets the ApplicationBuild property.
-
setApplicationBuild
void setApplicationBuild(String value)
Sets the ApplicationBuild property.
-
getExceptionType
String getExceptionType()
Gets the ExceptionType property.
-
setExceptionType
void setExceptionType(String value)
Sets the ExceptionType property.
-
getExceptionCode
String getExceptionCode()
Gets the ExceptionCode property.
-
setExceptionCode
void setExceptionCode(String value)
Sets the ExceptionCode property.
-
getExceptionAddress
String getExceptionAddress()
Gets the ExceptionAddress property.
-
setExceptionAddress
void setExceptionAddress(String value)
Sets the ExceptionAddress property.
-
getExceptionReason
String getExceptionReason()
Gets the ExceptionReason property.
-
setExceptionReason
void setExceptionReason(String value)
Sets the ExceptionReason property.
-
-
-
-