-
- All Implemented Interfaces:
-
com.microsoft.telemetry.IJsonSerializable,java.io.Serializable
public class CrashDataThreadFrame implements IJsonSerializable, Serializable
Data contract class CrashDataThreadFrame.
-
-
Constructor Summary
Constructors Constructor Description CrashDataThreadFrame()Initializes a new instance of the CrashDataThreadFrame class.
-
Method Summary
Modifier and Type Method Description StringgetAddress()Gets the Address property. voidsetAddress(String value)Sets the Address property. StringgetSymbol()Gets the Symbol property. voidsetSymbol(String value)Sets the Symbol property. Map<String, String>getRegisters()Gets the Registers property. voidsetRegisters(Map<String, String> value)Sets the Registers property. voidserialize(Writer writer)Serializes the beginning of this object to the passed in writer. -
-
Method Detail
-
getAddress
String getAddress()
Gets the Address property.
-
setAddress
void setAddress(String value)
Sets the Address property.
-
getRegisters
Map<String, String> getRegisters()
Gets the Registers property.
-
setRegisters
void setRegisters(Map<String, String> value)
Sets the Registers property.
-
-
-
-