public class ActivityTaskCancelRequestedEventAttributes extends Object implements Serializable, Cloneable
 Provides details of the ActivityTaskCancelRequested event.
 
| Constructor and Description | 
|---|
| ActivityTaskCancelRequestedEventAttributes() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActivityTaskCancelRequestedEventAttributes | clone() | 
| boolean | equals(Object obj) | 
| String | getActivityId()
 The unique ID of the task. | 
| Long | getDecisionTaskCompletedEventId()
 The ID of the  DecisionTaskCompletedevent corresponding to
 the decision task that resulted in theRequestCancelActivityTaskdecision for this cancellation
 request. | 
| int | hashCode() | 
| void | setActivityId(String activityId)
 The unique ID of the task. | 
| void | setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  DecisionTaskCompletedevent corresponding to
 the decision task that resulted in theRequestCancelActivityTaskdecision for this cancellation
 request. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ActivityTaskCancelRequestedEventAttributes | withActivityId(String activityId)
 The unique ID of the task. | 
| ActivityTaskCancelRequestedEventAttributes | withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  DecisionTaskCompletedevent corresponding to
 the decision task that resulted in theRequestCancelActivityTaskdecision for this cancellation
 request. | 
public ActivityTaskCancelRequestedEventAttributes()
public void setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the DecisionTaskCompleted event corresponding to
 the decision task that resulted in the
 RequestCancelActivityTask decision for this cancellation
 request. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.
 
decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event
        corresponding to the decision task that resulted in the
        RequestCancelActivityTask decision for this
        cancellation request. This information can be useful for
        diagnosing problems by tracing back the chain of events leading up
        to this event.public Long getDecisionTaskCompletedEventId()
 The ID of the DecisionTaskCompleted event corresponding to
 the decision task that resulted in the
 RequestCancelActivityTask decision for this cancellation
 request. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.
 
DecisionTaskCompleted event
         corresponding to the decision task that resulted in the
         RequestCancelActivityTask decision for this
         cancellation request. This information can be useful for
         diagnosing problems by tracing back the chain of events leading
         up to this event.public ActivityTaskCancelRequestedEventAttributes withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the DecisionTaskCompleted event corresponding to
 the decision task that resulted in the
 RequestCancelActivityTask decision for this cancellation
 request. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.
 
decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event
        corresponding to the decision task that resulted in the
        RequestCancelActivityTask decision for this
        cancellation request. This information can be useful for
        diagnosing problems by tracing back the chain of events leading up
        to this event.public void setActivityId(String activityId)
The unique ID of the task.
activityId - The unique ID of the task.public String getActivityId()
The unique ID of the task.
public ActivityTaskCancelRequestedEventAttributes withActivityId(String activityId)
The unique ID of the task.
activityId - The unique ID of the task.public String toString()
toString in class ObjectObject.toString()public ActivityTaskCancelRequestedEventAttributes clone()
Copyright © 2016. All rights reserved.