public class TerminateArguments extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static TerminateArguments |
create() |
boolean |
equals(Object obj) |
Boolean |
getRestart()
A value of true indicates that this 'terminate' request is part of a restart sequence.
|
int |
hashCode() |
TerminateArguments |
setRestart(Boolean restart) |
public Boolean getRestart()
public TerminateArguments setRestart(Boolean restart)
public static TerminateArguments create()