public class DecisionTaskStartedEventAttributes
extends java.lang.Object
implements java.io.Serializable
Provides details of the DecisionTaskStarted event.
| コンストラクタと説明 |
|---|
DecisionTaskStartedEventAttributes() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIdentity()
Identity of the decider making the request.
|
java.lang.Long |
getScheduledEventId()
The id of the
DecisionTaskScheduled event that was
recorded when this decision task was scheduled. |
int |
hashCode() |
void |
setIdentity(java.lang.String identity)
Identity of the decider making the request.
|
void |
setScheduledEventId(java.lang.Long scheduledEventId)
The id of the
DecisionTaskScheduled event that was
recorded when this decision task was scheduled. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DecisionTaskStartedEventAttributes |
withIdentity(java.lang.String identity)
Identity of the decider making the request.
|
DecisionTaskStartedEventAttributes |
withScheduledEventId(java.lang.Long scheduledEventId)
The id of the
DecisionTaskScheduled event that was
recorded when this decision task was scheduled. |
public java.lang.String getIdentity()
Constraints:
Length: 0 - 256
public void setIdentity(java.lang.String identity)
Constraints:
Length: 0 - 256
identity - Identity of the decider making the request. This enables diagnostic
tracing when problems arise. The form of this identity is user
defined.public DecisionTaskStartedEventAttributes withIdentity(java.lang.String identity)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 256
identity - Identity of the decider making the request. This enables diagnostic
tracing when problems arise. The form of this identity is user
defined.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 DecisionTaskStartedEventAttributes 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.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object