public class ReportTaskProgressResult
extends java.lang.Object
implements java.io.Serializable
Contains the output from the ReportTaskProgress action.
| コンストラクタと説明 |
|---|
ReportTaskProgressResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getCanceled()
If
True, the calling task runner should cancel processing
of the task. |
int |
hashCode() |
java.lang.Boolean |
isCanceled()
If
True, the calling task runner should cancel processing
of the task. |
void |
setCanceled(java.lang.Boolean canceled)
If
True, the calling task runner should cancel processing
of the task. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReportTaskProgressResult |
withCanceled(java.lang.Boolean canceled)
If
True, the calling task runner should cancel processing
of the task. |
public java.lang.Boolean isCanceled()
True, the calling task runner should cancel processing
of the task. The task runner does not need to call
SetTaskStatus for canceled tasks.True, the calling task runner should cancel processing
of the task. The task runner does not need to call
SetTaskStatus for canceled tasks.public void setCanceled(java.lang.Boolean canceled)
True, the calling task runner should cancel processing
of the task. The task runner does not need to call
SetTaskStatus for canceled tasks.canceled - If True, the calling task runner should cancel processing
of the task. The task runner does not need to call
SetTaskStatus for canceled tasks.public ReportTaskProgressResult withCanceled(java.lang.Boolean canceled)
True, the calling task runner should cancel processing
of the task. The task runner does not need to call
SetTaskStatus for canceled tasks.
Returns a reference to this object so that method calls can be chained together.
canceled - If True, the calling task runner should cancel processing
of the task. The task runner does not need to call
SetTaskStatus for canceled tasks.public java.lang.Boolean getCanceled()
True, the calling task runner should cancel processing
of the task. The task runner does not need to call
SetTaskStatus for canceled tasks.True, the calling task runner should cancel processing
of the task. The task runner does not need to call
SetTaskStatus for canceled tasks.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