-
- All Implemented Interfaces:
-
com.microsoft.telemetry.IJsonSerializable,java.io.Serializable
public class CrashDataThread implements IJsonSerializable, Serializable
Data contract class CrashDataThread.
-
-
Field Summary
Fields Modifier and Type Field Description private intidprivate List<CrashDataThreadFrame>frames
-
Constructor Summary
Constructors Constructor Description CrashDataThread()Initializes a new instance of the CrashDataThread class.
-
Method Summary
Modifier and Type Method Description intgetId()Gets the Id property. voidsetId(int value)Sets the Id property. List<CrashDataThreadFrame>getFrames()Gets the Frames property. voidsetFrames(List<CrashDataThreadFrame> value)Sets the Frames property. voidserialize(Writer writer)Serializes the beginning of this object to the passed in writer. -
-
Method Detail
-
getId
int getId()
Gets the Id property.
-
setId
void setId(int value)
Sets the Id property.
-
getFrames
List<CrashDataThreadFrame> getFrames()
Gets the Frames property.
-
setFrames
void setFrames(List<CrashDataThreadFrame> value)
Sets the Frames property.
-
-
-
-