|
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.ActivityTaskStartedEventAttributes
public class ActivityTaskStartedEventAttributes
Provides details of the ActivityTaskStarted
event.
Constructor Summary | |
---|---|
ActivityTaskStartedEventAttributes()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getIdentity()
Identity of the worker that was assigned this task. |
Long |
getScheduledEventId()
The id of the ActivityTaskScheduled event that was
recorded when this activity task was scheduled. |
int |
hashCode()
|
void |
setIdentity(String identity)
Identity of the worker that was assigned this task. |
void |
setScheduledEventId(Long scheduledEventId)
The id of the ActivityTaskScheduled event that was
recorded when this activity task was scheduled. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ActivityTaskStartedEventAttributes |
withIdentity(String identity)
Identity of the worker that was assigned this task. |
ActivityTaskStartedEventAttributes |
withScheduledEventId(Long scheduledEventId)
The id of the ActivityTaskScheduled event that was
recorded when this activity task was scheduled. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ActivityTaskStartedEventAttributes()
Method Detail |
---|
public String getIdentity()
Constraints:
Length: 0 - 256
public void setIdentity(String identity)
Constraints:
Length: 0 - 256
identity
- Identity of the worker that was assigned this task. This aids
diagnostics when problems arise. The form of this identity is user
defined.public ActivityTaskStartedEventAttributes withIdentity(String identity)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 256
identity
- Identity of the worker that was assigned this task. This aids
diagnostics when problems arise. The form of this identity is user
defined.
public Long getScheduledEventId()
ActivityTaskScheduled
event that was
recorded when this activity task was scheduled. This information can
be useful for diagnosing problems by tracing back the chain of events
leading up to this event.
ActivityTaskScheduled
event that was
recorded when this activity 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(Long scheduledEventId)
ActivityTaskScheduled
event that was
recorded when this activity 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 ActivityTaskScheduled
event that was
recorded when this activity task was scheduled. This information can
be useful for diagnosing problems by tracing back the chain of events
leading up to this event.public ActivityTaskStartedEventAttributes withScheduledEventId(Long scheduledEventId)
ActivityTaskScheduled
event that was
recorded when this activity 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 ActivityTaskScheduled
event that was
recorded when this activity task was scheduled. This information can
be useful for diagnosing problems by tracing back the chain of events
leading up to this event.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |