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