-
- All Implemented Interfaces:
-
com.microsoft.telemetry.IJsonSerializable,java.io.Serializable
public class CrashDataBinary implements IJsonSerializable, Serializable
Data contract class CrashDataBinary.
-
-
Field Summary
Fields Modifier and Type Field Description private StringstartAddressprivate StringendAddressprivate Stringnameprivate longcpuTypeprivate longcpuSubTypeprivate Stringuuidprivate Stringpath
-
Constructor Summary
Constructors Constructor Description CrashDataBinary()Initializes a new instance of the CrashDataBinary class.
-
Method Summary
Modifier and Type Method Description StringgetStartAddress()Gets the StartAddress property. voidsetStartAddress(String value)Sets the StartAddress property. StringgetEndAddress()Gets the EndAddress property. voidsetEndAddress(String value)Sets the EndAddress property. StringgetName()Gets the Name property. voidsetName(String value)Sets the Name property. longgetCpuType()Gets the CpuType property. voidsetCpuType(long value)Sets the CpuType property. longgetCpuSubType()Gets the CpuSubType property. voidsetCpuSubType(long value)Sets the CpuSubType property. StringgetUuid()Gets the Uuid property. voidsetUuid(String value)Sets the Uuid property. StringgetPath()Gets the Path property. voidsetPath(String value)Sets the Path property. voidserialize(Writer writer)Serializes the beginning of this object to the passed in writer. -
-
Method Detail
-
getStartAddress
String getStartAddress()
Gets the StartAddress property.
-
setStartAddress
void setStartAddress(String value)
Sets the StartAddress property.
-
getEndAddress
String getEndAddress()
Gets the EndAddress property.
-
setEndAddress
void setEndAddress(String value)
Sets the EndAddress property.
-
getCpuType
long getCpuType()
Gets the CpuType property.
-
setCpuType
void setCpuType(long value)
Sets the CpuType property.
-
getCpuSubType
long getCpuSubType()
Gets the CpuSubType property.
-
setCpuSubType
void setCpuSubType(long value)
Sets the CpuSubType property.
-
-
-
-