|
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.DecisionTaskStartedEventAttributes
public class DecisionTaskStartedEventAttributes
Provides details of the DecisionTaskStarted
event.
Constructor Summary | |
---|---|
DecisionTaskStartedEventAttributes()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DecisionTaskStartedEventAttributes()
Method Detail |
---|
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
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |