public class CrashDataThread
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CrashDataThread()
Initializes a new instance of the CrashDataThread class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CrashDataThreadFrame> |
getFrames()
Gets the Frames property.
|
int |
getId()
Gets the Id 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 |
setFrames(java.util.List<CrashDataThreadFrame> value)
Sets the Frames property.
|
void |
setId(int value)
Sets the Id property.
|
public CrashDataThread()
public int getId()
public void setId(int value)
public java.util.List<CrashDataThreadFrame> getFrames()
public void setFrames(java.util.List<CrashDataThreadFrame> 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()