public class PauseArguments extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static PauseArguments |
create(Integer threadId) |
boolean |
equals(Object obj) |
int |
getThreadId()
Pause execution for this thread.
|
int |
hashCode() |
PauseArguments |
setThreadId(int threadId) |
public int getThreadId()
public PauseArguments setThreadId(int threadId)
public static PauseArguments create(Integer threadId)