Class ChildWorkflowExecutionTimedOutEventAttributes
- All Implemented Interfaces:
Serializable
,Cloneable
Provides details of the ChildWorkflowExecutionTimedOut
event.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ID of theStartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
decision to start this child workflow execution.The ID of theChildWorkflowExecutionStarted
event 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.int
hashCode()
void
setInitiatedEventId
(Long initiatedEventId) The ID of theStartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
decision to start this child workflow execution.void
setStartedEventId
(Long startedEventId) The ID of theChildWorkflowExecutionStarted
event recorded when this child workflow execution was started.void
setTimeoutType
(WorkflowExecutionTimeoutType timeoutType) The type of the timeout that caused the child workflow execution to time out.void
setTimeoutType
(String 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.toString()
Returns a string representation of this object; useful for testing and debugging.withInitiatedEventId
(Long initiatedEventId) The ID of theStartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
decision to start this child workflow execution.withStartedEventId
(Long startedEventId) The ID of theChildWorkflowExecutionStarted
event 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
StartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
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.- Parameters:
initiatedEventId
- The ID of theStartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
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.
-
getInitiatedEventId
The ID of the
StartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
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:
- The ID of the
StartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
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.
-
withInitiatedEventId
The ID of the
StartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
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.- Parameters:
initiatedEventId
- The ID of theStartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
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:
- Returns a reference to this object so that method calls can be chained together.
-
setStartedEventId
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.- Parameters:
startedEventId
- The ID of theChildWorkflowExecutionStarted
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.
-
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.- Returns:
- 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.
-
withStartedEventId
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.- Parameters:
startedEventId
- The ID of theChildWorkflowExecutionStarted
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:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-