|
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.ChildWorkflowExecutionTimedOutEventAttributes
public class ChildWorkflowExecutionTimedOutEventAttributes
Provides details of the ChildWorkflowExecutionTimedOut
event.
Constructor Summary | |
---|---|
ChildWorkflowExecutionTimedOutEventAttributes()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Long |
getInitiatedEventId()
The id of the StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. |
java.lang.Long |
getStartedEventId()
The Id of the ChildWorkflowExecutionStarted event
recorded when this child workflow execution was started. |
java.lang.String |
getTimeoutType()
The type of the timeout that caused the child workflow execution to time out. |
WorkflowExecution |
getWorkflowExecution()
The child workflow execution that timed out. |
WorkflowType |
getWorkflowType()
The type of the child workflow execution. |
int |
hashCode()
|
void |
setInitiatedEventId(java.lang.Long initiatedEventId)
The id of the StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. |
void |
setStartedEventId(java.lang.Long startedEventId)
The Id of the ChildWorkflowExecutionStarted event
recorded when this child workflow execution was started. |
void |
setTimeoutType(java.lang.String timeoutType)
The type of the timeout that caused the child workflow execution to time out. |
void |
setTimeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of the timeout that caused the child workflow execution to time out. |
void |
setWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that timed out. |
void |
setWorkflowType(WorkflowType workflowType)
The type of the child workflow execution. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ChildWorkflowExecutionTimedOutEventAttributes |
withInitiatedEventId(java.lang.Long initiatedEventId)
The id of the StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. |
ChildWorkflowExecutionTimedOutEventAttributes |
withStartedEventId(java.lang.Long startedEventId)
The Id of the ChildWorkflowExecutionStarted event
recorded when this child workflow execution was started. |
ChildWorkflowExecutionTimedOutEventAttributes |
withTimeoutType(java.lang.String timeoutType)
The type of the timeout that caused the child workflow execution to time out. |
ChildWorkflowExecutionTimedOutEventAttributes |
withTimeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of the timeout that caused the child workflow execution to time out. |
ChildWorkflowExecutionTimedOutEventAttributes |
withWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that timed out. |
ChildWorkflowExecutionTimedOutEventAttributes |
withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChildWorkflowExecutionTimedOutEventAttributes()
Method Detail |
---|
public WorkflowExecution getWorkflowExecution()
public void setWorkflowExecution(WorkflowExecution workflowExecution)
workflowExecution
- The child workflow execution that timed out.public ChildWorkflowExecutionTimedOutEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution)
Returns a reference to this object so that method calls can be chained together.
workflowExecution
- The child workflow execution that timed out.
public WorkflowType getWorkflowType()
public void setWorkflowType(WorkflowType workflowType)
workflowType
- The type of the child workflow execution.public ChildWorkflowExecutionTimedOutEventAttributes withWorkflowType(WorkflowType workflowType)
Returns a reference to this object so that method calls can be chained together.
workflowType
- The type of the child workflow execution.
public java.lang.String getTimeoutType()
Constraints:
Allowed Values: START_TO_CLOSE
WorkflowExecutionTimeoutType
public void setTimeoutType(java.lang.String timeoutType)
Constraints:
Allowed Values: START_TO_CLOSE
timeoutType
- The type of the timeout that caused the child workflow execution to
time out.WorkflowExecutionTimeoutType
public ChildWorkflowExecutionTimedOutEventAttributes withTimeoutType(java.lang.String timeoutType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: START_TO_CLOSE
timeoutType
- The type of the timeout that caused the child workflow execution to
time out.
WorkflowExecutionTimeoutType
public void setTimeoutType(WorkflowExecutionTimeoutType timeoutType)
Constraints:
Allowed Values: START_TO_CLOSE
timeoutType
- The type of the timeout that caused the child workflow execution to
time out.WorkflowExecutionTimeoutType
public ChildWorkflowExecutionTimedOutEventAttributes withTimeoutType(WorkflowExecutionTimeoutType timeoutType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: START_TO_CLOSE
timeoutType
- The type of the timeout that caused the child workflow execution to
time out.
WorkflowExecutionTimeoutType
public java.lang.Long getInitiatedEventId()
StartChildWorkflowExecutionInitiated
event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.
StartChildWorkflowExecutionInitiated
event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.public void setInitiatedEventId(java.lang.Long initiatedEventId)
StartChildWorkflowExecutionInitiated
event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.
initiatedEventId
- The id of the StartChildWorkflowExecutionInitiated
event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.public ChildWorkflowExecutionTimedOutEventAttributes withInitiatedEventId(java.lang.Long initiatedEventId)
StartChildWorkflowExecutionInitiated
event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. 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.
initiatedEventId
- The id of the StartChildWorkflowExecutionInitiated
event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. 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()
ChildWorkflowExecutionStarted
event
recorded when this child workflow execution was started. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.
ChildWorkflowExecutionStarted
event
recorded when this child workflow execution 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)
ChildWorkflowExecutionStarted
event
recorded when this child workflow execution 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 ChildWorkflowExecutionStarted
event
recorded when this child workflow execution was started. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.public ChildWorkflowExecutionTimedOutEventAttributes withStartedEventId(java.lang.Long startedEventId)
ChildWorkflowExecutionStarted
event
recorded when this child workflow execution 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 ChildWorkflowExecutionStarted
event
recorded when this child workflow execution 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 |