public class DisconnectArguments extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static DisconnectArguments |
create() |
boolean |
equals(Object obj) |
Boolean |
getRestart()
A value of true indicates that this 'disconnect' request is part of a restart sequence.
|
Boolean |
getTerminateDebuggee()
Indicates whether the debuggee should be terminated when the debugger is disconnected.
|
int |
hashCode() |
DisconnectArguments |
setRestart(Boolean restart) |
DisconnectArguments |
setTerminateDebuggee(Boolean terminateDebuggee) |
public Boolean getRestart()
public DisconnectArguments setRestart(Boolean restart)
public Boolean getTerminateDebuggee()
public DisconnectArguments setTerminateDebuggee(Boolean terminateDebuggee)
public static DisconnectArguments create()