public class ReportTaskRunnerHeartbeatResult
extends java.lang.Object
implements java.io.Serializable
Contains the output from the ReportTaskRunnerHeartbeat action.
| コンストラクタと説明 |
|---|
ReportTaskRunnerHeartbeatResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
public java.lang.Boolean isTerminate()
True, the task runner that called
ReportTaskRunnerHeartbeat should terminate.True, the task runner that called
ReportTaskRunnerHeartbeat should terminate.public void setTerminate(java.lang.Boolean terminate)
True, the task runner that called
ReportTaskRunnerHeartbeat should terminate.terminate - Indicates whether the calling task runner should terminate. If
True, the task runner that called
ReportTaskRunnerHeartbeat should terminate.public ReportTaskRunnerHeartbeatResult withTerminate(java.lang.Boolean terminate)
True, the task runner that called
ReportTaskRunnerHeartbeat should terminate.
Returns a reference to this object so that method calls can be chained together.
terminate - Indicates whether the calling task runner should terminate. If
True, the task runner that called
ReportTaskRunnerHeartbeat should terminate.public java.lang.Boolean getTerminate()
True, the task runner that called
ReportTaskRunnerHeartbeat should terminate.True, the task runner that called
ReportTaskRunnerHeartbeat should terminate.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object