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 void setWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that timed out.
workflowExecution - The child workflow execution that timed out.public WorkflowExecution getWorkflowExecution()
The child workflow execution that timed out.
public ChildWorkflowExecutionTimedOutEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that timed out.
workflowExecution - The child workflow execution that timed out.public void setWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
workflowType - The type of the child workflow execution.public WorkflowType getWorkflowType()
The type of the child workflow execution.
public ChildWorkflowExecutionTimedOutEventAttributes withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
workflowType - The type of the child workflow execution.public void setTimeoutType(String timeoutType)
The type of the timeout that caused the child workflow execution to time out.
timeoutType - The type of the timeout that caused the child workflow execution
        to time out.WorkflowExecutionTimeoutTypepublic String getTimeoutType()
The type of the timeout that caused the child workflow execution to time out.
WorkflowExecutionTimeoutTypepublic ChildWorkflowExecutionTimedOutEventAttributes withTimeoutType(String timeoutType)
The type of the timeout that caused the child workflow execution to time out.
timeoutType - The type of the timeout that caused the child workflow execution
        to time out.WorkflowExecutionTimeoutTypepublic void setTimeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of the timeout that caused the child workflow execution to time out.
timeoutType - The type of the timeout that caused the child workflow execution
        to time out.WorkflowExecutionTimeoutTypepublic ChildWorkflowExecutionTimedOutEventAttributes withTimeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of the timeout that caused the child workflow execution to time out.
timeoutType - The type of the timeout that caused the child workflow execution
        to time out.WorkflowExecutionTimeoutTypepublic void setInitiatedEventId(Long 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.
 
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 getInitiatedEventId()
 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.
 
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)
 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.
 
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 void setStartedEventId(Long 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.
 
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 Long getStartedEventId()
 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.
 
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)
 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.
 
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 © 2016. All rights reserved.