public class ContinueArguments extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static ContinueArguments |
create(Integer threadId) |
boolean |
equals(Object obj) |
int |
getThreadId()
Continue execution for the specified thread (if possible).
|
int |
hashCode() |
ContinueArguments |
setThreadId(int threadId) |
public int getThreadId()
public ContinueArguments setThreadId(int threadId)
public static ContinueArguments create(Integer threadId)