|
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.ActivityTaskFailedEventAttributes
public class ActivityTaskFailedEventAttributes
Provides details of the ActivityTaskFailed
event.
Constructor Summary | |
---|---|
ActivityTaskFailedEventAttributes()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDetails()
The details of the failure (if any). |
java.lang.String |
getReason()
The reason provided for the failure (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 |
setDetails(java.lang.String details)
The details of the failure (if any). |
void |
setReason(java.lang.String reason)
The reason provided for the failure (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. |
ActivityTaskFailedEventAttributes |
withDetails(java.lang.String details)
The details of the failure (if any). |
ActivityTaskFailedEventAttributes |
withReason(java.lang.String reason)
The reason provided for the failure (if any). |
ActivityTaskFailedEventAttributes |
withScheduledEventId(java.lang.Long scheduledEventId)
The id of the ActivityTaskScheduled event that was
recorded when this activity task was scheduled. |
ActivityTaskFailedEventAttributes |
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 ActivityTaskFailedEventAttributes()
Method Detail |
---|
public java.lang.String getReason()
Constraints:
Length: 0 - 256
public void setReason(java.lang.String reason)
Constraints:
Length: 0 - 256
reason
- The reason provided for the failure (if any).public ActivityTaskFailedEventAttributes withReason(java.lang.String reason)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 256
reason
- The reason provided for the failure (if any).
public java.lang.String getDetails()
Constraints:
Length: 0 - 32768
public void setDetails(java.lang.String details)
Constraints:
Length: 0 - 32768
details
- The details of the failure (if any).public ActivityTaskFailedEventAttributes withDetails(java.lang.String details)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32768
details
- The details of the failure (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 ActivityTaskFailedEventAttributes 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 ActivityTaskFailedEventAttributes 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 |