public class ChildWorkflowExecutionTimedOutEventAttributes extends Object implements Serializable, Cloneable
 Provides details of the ChildWorkflowExecutionTimedOut
 event.
 
| Constructor and Description | 
|---|
| ChildWorkflowExecutionTimedOutEventAttributes() | 
| Modifier and Type | Method and Description | 
|---|---|
| ChildWorkflowExecutionTimedOutEventAttributes | clone() | 
| boolean | equals(Object obj) | 
| Long | getInitiatedEventId()The id of the  StartChildWorkflowExecutionInitiatedevent
 corresponding to theStartChildWorkflowExecutionDecision to start this child workflow execution. | 
| Long | getStartedEventId()The Id of the  ChildWorkflowExecutionStartedevent
 recorded when this child workflow execution was started. | 
| 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(Long initiatedEventId)The id of the  StartChildWorkflowExecutionInitiatedevent
 corresponding to theStartChildWorkflowExecutionDecision to start this child workflow execution. | 
| void | setStartedEventId(Long startedEventId)The Id of the  ChildWorkflowExecutionStartedevent
 recorded when this child workflow execution was started. | 
| void | setTimeoutType(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. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ChildWorkflowExecutionTimedOutEventAttributes | withInitiatedEventId(Long initiatedEventId)The id of the  StartChildWorkflowExecutionInitiatedevent
 corresponding to theStartChildWorkflowExecutionDecision to start this child workflow execution. | 
| ChildWorkflowExecutionTimedOutEventAttributes | withStartedEventId(Long startedEventId)The Id of the  ChildWorkflowExecutionStartedevent
 recorded when this child workflow execution was started. | 
| ChildWorkflowExecutionTimedOutEventAttributes | withTimeoutType(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. | 
public ChildWorkflowExecutionTimedOutEventAttributes()
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 String getTimeoutType()
 Constraints:
 Allowed Values: START_TO_CLOSE
WorkflowExecutionTimeoutTypepublic void setTimeoutType(String timeoutType)
 Constraints:
 Allowed Values: START_TO_CLOSE
timeoutType - The type of the timeout that caused the child workflow execution to
         time out.WorkflowExecutionTimeoutTypepublic ChildWorkflowExecutionTimedOutEventAttributes withTimeoutType(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.WorkflowExecutionTimeoutTypepublic 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.WorkflowExecutionTimeoutTypepublic 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.WorkflowExecutionTimeoutTypepublic 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(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(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 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(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(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 String toString()
toString in class ObjectObject.toString()public ChildWorkflowExecutionTimedOutEventAttributes clone()
Copyright © 2015. All rights reserved.