public class Thread
extends java.lang.Object
implements com.microsoft.appcenter.ingestion.models.Model
| Constructor and Description |
|---|
Thread() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<StackFrame> |
getFrames()
Get the frames value.
|
long |
getId()
Get the id value.
|
java.lang.String |
getName()
Get the name value.
|
int |
hashCode() |
void |
read(org.json.JSONObject object) |
void |
setFrames(java.util.List<StackFrame> frames)
Set the frames value.
|
void |
setId(long id)
Set the id value.
|
void |
setName(java.lang.String name)
Set the name value.
|
void |
write(org.json.JSONStringer writer) |
public long getId()
public void setId(long id)
id - the id value to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name value to setpublic java.util.List<StackFrame> getFrames()
public void setFrames(java.util.List<StackFrame> frames)
frames - the frames value to setpublic void read(org.json.JSONObject object)
throws org.json.JSONException
read in interface com.microsoft.appcenter.ingestion.models.Modelorg.json.JSONExceptionpublic void write(org.json.JSONStringer writer)
throws org.json.JSONException
write in interface com.microsoft.appcenter.ingestion.models.Modelorg.json.JSONExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object