Class ChildWorkflowExecutionTimedOutEventAttributes
- All Implemented Interfaces:
Serializable, Cloneable
Provides details of the ChildWorkflowExecutionTimedOut event.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision to start this child workflow execution.The ID of theChildWorkflowExecutionStartedevent recorded when this child workflow execution was started.The type of the timeout that caused the child workflow execution to time out.The child workflow execution that timed out.The type of the child workflow execution.inthashCode()voidsetInitiatedEventId(Long initiatedEventId) The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision to start this child workflow execution.voidsetStartedEventId(Long startedEventId) The ID of theChildWorkflowExecutionStartedevent recorded when this child workflow execution was started.voidsetTimeoutType(WorkflowExecutionTimeoutType timeoutType) The type of the timeout that caused the child workflow execution to time out.voidsetTimeoutType(String timeoutType) The type of the timeout that caused the child workflow execution to time out.voidsetWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that timed out.voidsetWorkflowType(WorkflowType workflowType) The type of the child workflow execution.toString()Returns a string representation of this object; useful for testing and debugging.withInitiatedEventId(Long initiatedEventId) The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision to start this child workflow execution.withStartedEventId(Long startedEventId) The ID of theChildWorkflowExecutionStartedevent recorded when this child workflow execution was started.withTimeoutType(WorkflowExecutionTimeoutType timeoutType) The type of the timeout that caused the child workflow execution to time out.withTimeoutType(String timeoutType) The type of the timeout that caused the child workflow execution to time out.withWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that timed out.withWorkflowType(WorkflowType workflowType) The type of the child workflow execution.
-
Constructor Details
-
ChildWorkflowExecutionTimedOutEventAttributes
public ChildWorkflowExecutionTimedOutEventAttributes()
-
-
Method Details
-
setWorkflowExecution
The child workflow execution that timed out.
- Parameters:
workflowExecution- The child workflow execution that timed out.
-
getWorkflowExecution
The child workflow execution that timed out.
- Returns:
- The child workflow execution that timed out.
-
withWorkflowExecution
public ChildWorkflowExecutionTimedOutEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that timed out.
- Parameters:
workflowExecution- The child workflow execution that timed out.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setWorkflowType
The type of the child workflow execution.
- Parameters:
workflowType- The type of the child workflow execution.
-
getWorkflowType
The type of the child workflow execution.
- Returns:
- The type of the child workflow execution.
-
withWorkflowType
The type of the child workflow execution.
- Parameters:
workflowType- The type of the child workflow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTimeoutType
The type of the timeout that caused the child workflow execution to time out.
- Parameters:
timeoutType- The type of the timeout that caused the child workflow execution to time out.- See Also:
-
getTimeoutType
The type of the timeout that caused the child workflow execution to time out.
- Returns:
- The type of the timeout that caused the child workflow execution to time out.
- See Also:
-
withTimeoutType
The type of the timeout that caused the child workflow execution to time out.
- Parameters:
timeoutType- The type of the timeout that caused the child workflow execution to time out.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setTimeoutType
The type of the timeout that caused the child workflow execution to time out.
- Parameters:
timeoutType- The type of the timeout that caused the child workflow execution to time out.- See Also:
-
withTimeoutType
public ChildWorkflowExecutionTimedOutEventAttributes withTimeoutType(WorkflowExecutionTimeoutType timeoutType) The type of the timeout that caused the child workflow execution to time out.
- Parameters:
timeoutType- The type of the timeout that caused the child workflow execution to time out.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setInitiatedEventId
The ID of the
StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision 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.- Parameters:
initiatedEventId- The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision 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.
-
getInitiatedEventId
The ID of the
StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision 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:
- The ID of the
StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision 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.
-
withInitiatedEventId
The ID of the
StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision 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.- Parameters:
initiatedEventId- The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision 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:
- Returns a reference to this object so that method calls can be chained together.
-
setStartedEventId
The ID of the
ChildWorkflowExecutionStartedevent 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.- Parameters:
startedEventId- The ID of theChildWorkflowExecutionStartedevent 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.
-
getStartedEventId
The ID of the
ChildWorkflowExecutionStartedevent 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:
- The ID of the
ChildWorkflowExecutionStartedevent 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.
-
withStartedEventId
The ID of the
ChildWorkflowExecutionStartedevent 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.- Parameters:
startedEventId- The ID of theChildWorkflowExecutionStartedevent 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:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-