public class DecisionTaskCompletedEventAttributes
extends java.lang.Object
implements java.io.Serializable
Provides details of the DecisionTaskCompleted event.
| コンストラクタと説明 |
|---|
DecisionTaskCompletedEventAttributes() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getExecutionContext()
User defined context for the workflow execution.
|
java.lang.Long |
getScheduledEventId()
The id of the
DecisionTaskScheduled event that was
recorded when this decision task was scheduled. |
java.lang.Long |
getStartedEventId()
The Id of the
DecisionTaskStarted event recorded when
this decision task was started. |
int |
hashCode() |
void |
setExecutionContext(java.lang.String executionContext)
User defined context for the workflow execution.
|
void |
setScheduledEventId(java.lang.Long scheduledEventId)
The id of the
DecisionTaskScheduled event that was
recorded when this decision task was scheduled. |
void |
setStartedEventId(java.lang.Long startedEventId)
The Id of the
DecisionTaskStarted event recorded when
this decision task was started. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DecisionTaskCompletedEventAttributes |
withExecutionContext(java.lang.String executionContext)
User defined context for the workflow execution.
|
DecisionTaskCompletedEventAttributes |
withScheduledEventId(java.lang.Long scheduledEventId)
The id of the
DecisionTaskScheduled event that was
recorded when this decision task was scheduled. |
DecisionTaskCompletedEventAttributes |
withStartedEventId(java.lang.Long startedEventId)
The Id of the
DecisionTaskStarted event recorded when
this decision task was started. |
public java.lang.String getExecutionContext()
Constraints:
Length: 0 - 32768
public void setExecutionContext(java.lang.String executionContext)
Constraints:
Length: 0 - 32768
executionContext - User defined context for the workflow execution.public DecisionTaskCompletedEventAttributes withExecutionContext(java.lang.String executionContext)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32768
executionContext - User defined context for the workflow execution.public java.lang.Long getScheduledEventId()
DecisionTaskScheduled event that was
recorded when this decision task was scheduled. This information can
be useful for diagnosing problems by tracing back the chain of events
leading up to this event.DecisionTaskScheduled event that was
recorded when this decision task was scheduled. This information can
be useful for diagnosing problems by tracing back the chain of events
leading up to this event.public void setScheduledEventId(java.lang.Long scheduledEventId)
DecisionTaskScheduled event that was
recorded when this decision task was scheduled. This information can
be useful for diagnosing problems by tracing back the chain of events
leading up to this event.scheduledEventId - The id of the DecisionTaskScheduled event that was
recorded when this decision task was scheduled. This information can
be useful for diagnosing problems by tracing back the chain of events
leading up to this event.public DecisionTaskCompletedEventAttributes withScheduledEventId(java.lang.Long scheduledEventId)
DecisionTaskScheduled event that was
recorded when this decision task was scheduled. This information can
be useful for diagnosing problems by tracing back the chain of events
leading up to this event.
Returns a reference to this object so that method calls can be chained together.
scheduledEventId - The id of the DecisionTaskScheduled event that was
recorded when this decision task was scheduled. This information can
be useful for diagnosing problems by tracing back the chain of events
leading up to this event.public java.lang.Long getStartedEventId()
DecisionTaskStarted event recorded when
this decision task was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.DecisionTaskStarted event recorded when
this decision task was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.public void setStartedEventId(java.lang.Long startedEventId)
DecisionTaskStarted event recorded when
this decision task was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.startedEventId - The Id of the DecisionTaskStarted event recorded when
this decision task was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.public DecisionTaskCompletedEventAttributes withStartedEventId(java.lang.Long startedEventId)
DecisionTaskStarted event recorded when
this decision task was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
Returns a reference to this object so that method calls can be chained together.
startedEventId - The Id of the DecisionTaskStarted event recorded when
this decision task was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.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