public static class ThreadEvent.EventBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static ThreadEvent.EventBody |
create(String reason,
Integer threadId) |
boolean |
equals(Object obj) |
String |
getReason()
The reason for the event.
|
int |
getThreadId()
The identifier of the thread.
|
int |
hashCode() |
ThreadEvent.EventBody |
setReason(String reason) |
ThreadEvent.EventBody |
setThreadId(int threadId) |
public String getReason()
public ThreadEvent.EventBody setReason(String reason)
public int getThreadId()
public ThreadEvent.EventBody setThreadId(int threadId)
public static ThreadEvent.EventBody create(String reason, Integer threadId)