|
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.ActivityTaskCompletedEventAttributes
public class ActivityTaskCompletedEventAttributes
Provides details of the ActivityTaskCompleted
event.
Constructor Summary | |
---|---|
ActivityTaskCompletedEventAttributes()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getResult()
The results of the activity task (if any). |
java.lang.Long |
getScheduledEventId()
The id of the ActivityTaskScheduled event that was
recorded when this activity task was scheduled. |
java.lang.Long |
getStartedEventId()
The Id of the ActivityTaskStarted event recorded when
this activity task was started. |
int |
hashCode()
|
void |
setResult(java.lang.String result)
The results of the activity task (if any). |
void |
setScheduledEventId(java.lang.Long scheduledEventId)
The id of the ActivityTaskScheduled event that was
recorded when this activity task was scheduled. |
void |
setStartedEventId(java.lang.Long startedEventId)
The Id of the ActivityTaskStarted event recorded when
this activity task was started. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ActivityTaskCompletedEventAttributes |
withResult(java.lang.String result)
The results of the activity task (if any). |
ActivityTaskCompletedEventAttributes |
withScheduledEventId(java.lang.Long scheduledEventId)
The id of the ActivityTaskScheduled event that was
recorded when this activity task was scheduled. |
ActivityTaskCompletedEventAttributes |
withStartedEventId(java.lang.Long startedEventId)
The Id of the ActivityTaskStarted event recorded when
this activity task was started. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ActivityTaskCompletedEventAttributes()
Method Detail |
---|
public java.lang.String getResult()
Constraints:
Length: 0 - 32768
public void setResult(java.lang.String result)
Constraints:
Length: 0 - 32768
result
- The results of the activity task (if any).public ActivityTaskCompletedEventAttributes withResult(java.lang.String result)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32768
result
- The results of the activity task (if any).
public java.lang.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(java.lang.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 ActivityTaskCompletedEventAttributes withScheduledEventId(java.lang.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 java.lang.Long getStartedEventId()
ActivityTaskStarted
event recorded when
this activity task was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
ActivityTaskStarted
event recorded when
this activity 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)
ActivityTaskStarted
event recorded when
this activity 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 ActivityTaskStarted
event recorded when
this activity task was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.public ActivityTaskCompletedEventAttributes withStartedEventId(java.lang.Long startedEventId)
ActivityTaskStarted
event recorded when
this activity 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 ActivityTaskStarted
event recorded when
this activity 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
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 |