public class WorkflowExecutionTimedOutEventAttributes
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Provides details of the WorkflowExecutionTimedOut
event.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
childPolicy
The policy used for the child workflow executions of this workflow
execution.
|
private java.lang.String |
timeoutType
The type of timeout that caused this event.
|
Constructor and Description |
---|
WorkflowExecutionTimedOutEventAttributes() |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionTimedOutEventAttributes |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChildPolicy()
The policy used for the child workflow executions of this workflow
execution.
|
java.lang.String |
getTimeoutType()
The type of timeout that caused this event.
|
int |
hashCode() |
void |
setChildPolicy(ChildPolicy childPolicy)
The policy used for the child workflow executions of this workflow
execution.
|
void |
setChildPolicy(java.lang.String childPolicy)
The policy used for the child workflow executions of this workflow
execution.
|
void |
setTimeoutType(java.lang.String timeoutType)
The type of timeout that caused this event.
|
void |
setTimeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of timeout that caused this event.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
WorkflowExecutionTimedOutEventAttributes |
withChildPolicy(ChildPolicy childPolicy)
The policy used for the child workflow executions of this workflow
execution.
|
WorkflowExecutionTimedOutEventAttributes |
withChildPolicy(java.lang.String childPolicy)
The policy used for the child workflow executions of this workflow
execution.
|
WorkflowExecutionTimedOutEventAttributes |
withTimeoutType(java.lang.String timeoutType)
The type of timeout that caused this event.
|
WorkflowExecutionTimedOutEventAttributes |
withTimeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of timeout that caused this event.
|
private java.lang.String timeoutType
The type of timeout that caused this event.
private java.lang.String childPolicy
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
WorkflowExecutionCancelRequested
event in its history. It is
up to the decider to take appropriate actions when it receives an
execution history with this event.public WorkflowExecutionTimedOutEventAttributes()
public void setTimeoutType(java.lang.String timeoutType)
The type of timeout that caused this event.
timeoutType
- The type of timeout that caused this event.WorkflowExecutionTimeoutType
public java.lang.String getTimeoutType()
The type of timeout that caused this event.
WorkflowExecutionTimeoutType
public WorkflowExecutionTimedOutEventAttributes withTimeoutType(java.lang.String timeoutType)
The type of timeout that caused this event.
timeoutType
- The type of timeout that caused this event.WorkflowExecutionTimeoutType
public void setTimeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of timeout that caused this event.
timeoutType
- The type of timeout that caused this event.WorkflowExecutionTimeoutType
public WorkflowExecutionTimedOutEventAttributes withTimeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of timeout that caused this event.
timeoutType
- The type of timeout that caused this event.WorkflowExecutionTimeoutType
public void setChildPolicy(java.lang.String childPolicy)
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
WorkflowExecutionCancelRequested
event in its history. It is
up to the decider to take appropriate actions when it receives an
execution history with this event.childPolicy
- The policy used for the child workflow executions of this workflow
execution.
The supported child policies are:
WorkflowExecutionCancelRequested
event in its
history. It is up to the decider to take appropriate actions when
it receives an execution history with this event.ChildPolicy
public java.lang.String getChildPolicy()
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
WorkflowExecutionCancelRequested
event in its history. It is
up to the decider to take appropriate actions when it receives an
execution history with this event.The supported child policies are:
WorkflowExecutionCancelRequested
event in its
history. It is up to the decider to take appropriate actions when
it receives an execution history with this event.ChildPolicy
public WorkflowExecutionTimedOutEventAttributes withChildPolicy(java.lang.String childPolicy)
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
WorkflowExecutionCancelRequested
event in its history. It is
up to the decider to take appropriate actions when it receives an
execution history with this event.childPolicy
- The policy used for the child workflow executions of this workflow
execution.
The supported child policies are:
WorkflowExecutionCancelRequested
event in its
history. It is up to the decider to take appropriate actions when
it receives an execution history with this event.ChildPolicy
public void setChildPolicy(ChildPolicy childPolicy)
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
WorkflowExecutionCancelRequested
event in its history. It is
up to the decider to take appropriate actions when it receives an
execution history with this event.childPolicy
- The policy used for the child workflow executions of this workflow
execution.
The supported child policies are:
WorkflowExecutionCancelRequested
event in its
history. It is up to the decider to take appropriate actions when
it receives an execution history with this event.ChildPolicy
public WorkflowExecutionTimedOutEventAttributes withChildPolicy(ChildPolicy childPolicy)
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
WorkflowExecutionCancelRequested
event in its history. It is
up to the decider to take appropriate actions when it receives an
execution history with this event.childPolicy
- The policy used for the child workflow executions of this workflow
execution.
The supported child policies are:
WorkflowExecutionCancelRequested
event in its
history. It is up to the decider to take appropriate actions when
it receives an execution history with this event.ChildPolicy
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 WorkflowExecutionTimedOutEventAttributes clone()
clone
in class java.lang.Object