|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.simpleworkflow.model.ActivityTaskStatus
public class ActivityTaskStatus
Status information about an activity task.
| Constructor Summary | |
|---|---|
ActivityTaskStatus()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Boolean |
getCancelRequested()
Set to true if cancellation of the task is requested. |
int |
hashCode()
|
Boolean |
isCancelRequested()
Set to true if cancellation of the task is requested. |
void |
setCancelRequested(Boolean cancelRequested)
Set to true if cancellation of the task is requested. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ActivityTaskStatus |
withCancelRequested(Boolean cancelRequested)
Set to true if cancellation of the task is requested. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ActivityTaskStatus()
| Method Detail |
|---|
public Boolean isCancelRequested()
true if cancellation of the task is requested.
true if cancellation of the task is requested.public void setCancelRequested(Boolean cancelRequested)
true if cancellation of the task is requested.
cancelRequested - Set to true if cancellation of the task is requested.public ActivityTaskStatus withCancelRequested(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 Boolean getCancelRequested()
true if cancellation of the task is requested.
true if cancellation of the task is requested.public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||