public class CrashDataBinary
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CrashDataBinary()
Initializes a new instance of the CrashDataBinary class.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCpuSubType()
Gets the CpuSubType property.
|
long |
getCpuType()
Gets the CpuType property.
|
java.lang.String |
getEndAddress()
Gets the EndAddress property.
|
java.lang.String |
getName()
Gets the Name property.
|
java.lang.String |
getPath()
Gets the Path property.
|
java.lang.String |
getStartAddress()
Gets the StartAddress property.
|
java.lang.String |
getUuid()
Gets the Uuid 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 |
setCpuSubType(long value)
Sets the CpuSubType property.
|
void |
setCpuType(long value)
Sets the CpuType property.
|
void |
setEndAddress(java.lang.String value)
Sets the EndAddress property.
|
void |
setName(java.lang.String value)
Sets the Name property.
|
void |
setPath(java.lang.String value)
Sets the Path property.
|
void |
setStartAddress(java.lang.String value)
Sets the StartAddress property.
|
void |
setUuid(java.lang.String value)
Sets the Uuid property.
|
public CrashDataBinary()
public java.lang.String getStartAddress()
public void setStartAddress(java.lang.String value)
public java.lang.String getEndAddress()
public void setEndAddress(java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String value)
public long getCpuType()
public void setCpuType(long value)
public long getCpuSubType()
public void setCpuSubType(long value)
public java.lang.String getUuid()
public void setUuid(java.lang.String value)
public java.lang.String getPath()
public void setPath(java.lang.String 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()