public class GotoArguments extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static GotoArguments |
create(Integer threadId,
Integer targetId) |
boolean |
equals(Object obj) |
int |
getTargetId()
The location where the debuggee will continue to run.
|
int |
getThreadId()
Set the goto target for this thread.
|
int |
hashCode() |
GotoArguments |
setTargetId(int targetId) |
GotoArguments |
setThreadId(int threadId) |
public int getThreadId()
public GotoArguments setThreadId(int threadId)
public int getTargetId()
public GotoArguments setTargetId(int targetId)
public static GotoArguments create(Integer threadId, Integer targetId)