public class ActivityTaskStatus
extends java.lang.Object
implements java.io.Serializable
Status information about an activity task.
| コンストラクタと説明 |
|---|
ActivityTaskStatus() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getCancelRequested()
Set to
true if cancellation of the task is requested. |
int |
hashCode() |
java.lang.Boolean |
isCancelRequested()
Set to
true if cancellation of the task is requested. |
void |
setCancelRequested(java.lang.Boolean cancelRequested)
Set to
true if cancellation of the task is requested. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ActivityTaskStatus |
withCancelRequested(java.lang.Boolean cancelRequested)
Set to
true if cancellation of the task is requested. |
public java.lang.Boolean isCancelRequested()
true if cancellation of the task is requested.true if cancellation of the task is requested.public void setCancelRequested(java.lang.Boolean cancelRequested)
true if cancellation of the task is requested.cancelRequested - Set to true if cancellation of the task is requested.public ActivityTaskStatus withCancelRequested(java.lang.Boolean cancelRequested)
true if cancellation of the task is requested.
Returns a reference to this object so that method calls can be chained together.
cancelRequested - Set to true if cancellation of the task is requested.public java.lang.Boolean getCancelRequested()
true if cancellation of the task is requested.true if cancellation of the task is requested.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