public class ReportTaskRunnerHeartbeatResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of ReportTaskRunnerHeartbeat.
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
terminate
Indicates whether the calling task runner should terminate.
|
Constructor and Description |
---|
ReportTaskRunnerHeartbeatResult() |
Modifier and Type | Method and Description |
---|---|
ReportTaskRunnerHeartbeatResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getTerminate()
Indicates whether the calling task runner should terminate.
|
int |
hashCode() |
java.lang.Boolean |
isTerminate()
Indicates whether the calling task runner should terminate.
|
void |
setTerminate(java.lang.Boolean terminate)
Indicates whether the calling task runner should terminate.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReportTaskRunnerHeartbeatResult |
withTerminate(java.lang.Boolean terminate)
Indicates whether the calling task runner should terminate.
|
private java.lang.Boolean terminate
Indicates whether the calling task runner should terminate.
public void setTerminate(java.lang.Boolean terminate)
Indicates whether the calling task runner should terminate.
terminate
- Indicates whether the calling task runner should terminate.public java.lang.Boolean getTerminate()
Indicates whether the calling task runner should terminate.
public ReportTaskRunnerHeartbeatResult withTerminate(java.lang.Boolean terminate)
Indicates whether the calling task runner should terminate.
terminate
- Indicates whether the calling task runner should terminate.public java.lang.Boolean isTerminate()
Indicates whether the calling task runner should terminate.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ReportTaskRunnerHeartbeatResult clone()
clone
in class java.lang.Object