public class ChildWorkflowExecutionTimedOutEventAttributes
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Provides details of the ChildWorkflowExecutionTimedOut
event.
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
initiatedEventId
The ID of the
StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution decision to
start this child workflow execution. |
private java.lang.Long |
startedEventId
The ID of the
ChildWorkflowExecutionStarted event recorded
when this child workflow execution was started. |
private java.lang.String |
timeoutType
The type of the timeout that caused the child workflow execution to time
out.
|
private WorkflowExecution |
workflowExecution
The child workflow execution that timed out.
|
private WorkflowType |
workflowType
The type of the child workflow execution.
|
Constructor and Description |
---|
ChildWorkflowExecutionTimedOutEventAttributes() |
Modifier and Type | Method and Description |
---|---|
ChildWorkflowExecutionTimedOutEventAttributes |
clone() |
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.
|
private WorkflowExecution workflowExecution
The child workflow execution that timed out.
private WorkflowType workflowType
The type of the child workflow execution.
private java.lang.String timeoutType
The type of the timeout that caused the child workflow execution to time out.
private java.lang.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.
private java.lang.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.
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(java.lang.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.WorkflowExecutionTimeoutType
public java.lang.String getTimeoutType()
The type of the timeout that caused the child workflow execution to time out.
WorkflowExecutionTimeoutType
public ChildWorkflowExecutionTimedOutEventAttributes withTimeoutType(java.lang.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.WorkflowExecutionTimeoutType
public 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.WorkflowExecutionTimeoutType
public 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.WorkflowExecutionTimeoutType
public void setInitiatedEventId(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ChildWorkflowExecutionTimedOutEventAttributes clone()
clone
in class java.lang.Object