public class Thread extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static Thread |
create(Integer id,
String name) |
boolean |
equals(Object obj) |
int |
getId()
Unique identifier for the thread.
|
String |
getName()
A name of the thread.
|
int |
hashCode() |
Thread |
setId(int id) |
Thread |
setName(String name) |