public class ReportTaskProgressResult extends Object implements Serializable, Cloneable
Contains the output from the ReportTaskProgress action.
Constructor and Description |
---|
ReportTaskProgressResult() |
Modifier and Type | Method and Description |
---|---|
ReportTaskProgressResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getCanceled()
If
True , the calling task runner should cancel processing
of the task. |
int |
hashCode() |
Boolean |
isCanceled()
If
True , the calling task runner should cancel processing
of the task. |
void |
setCanceled(Boolean canceled)
If
True , the calling task runner should cancel processing
of the task. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReportTaskProgressResult |
withCanceled(Boolean canceled)
If
True , the calling task runner should cancel processing
of the task. |
public 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(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(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 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 String toString()
toString
in class Object
Object.toString()
public ReportTaskProgressResult clone()
Copyright © 2015. All rights reserved.