public class TerminateArguments
extends java.lang.Object
Constructor and Description |
---|
TerminateArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getRestart()
A value of true indicates that this 'terminate' request is part of a restart sequence.
|
int |
hashCode() |
void |
setRestart(java.lang.Boolean restart)
A value of true indicates that this 'terminate' request is part of a restart sequence.
|
java.lang.String |
toString() |
@Pure public java.lang.Boolean getRestart()
This is an optional property.
public void setRestart(java.lang.Boolean restart)
This is an optional property.
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object