public class WorkflowExecutionTimedOutEventAttributes
extends java.lang.Object
implements java.io.Serializable
Provides details of the WorkflowExecutionTimedOut event.
| コンストラクタと説明 |
|---|
WorkflowExecutionTimedOutEventAttributes() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
public WorkflowExecutionTimedOutEventAttributes()
public java.lang.String getTimeoutType()
Constraints:
Allowed Values: START_TO_CLOSE
WorkflowExecutionTimeoutTypepublic void setTimeoutType(java.lang.String timeoutType)
Constraints:
Allowed Values: START_TO_CLOSE
timeoutType - The type of timeout that caused this event.WorkflowExecutionTimeoutTypepublic WorkflowExecutionTimedOutEventAttributes withTimeoutType(java.lang.String timeoutType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: START_TO_CLOSE
timeoutType - The type of timeout that caused this event.WorkflowExecutionTimeoutTypepublic void setTimeoutType(WorkflowExecutionTimeoutType timeoutType)
Constraints:
Allowed Values: START_TO_CLOSE
timeoutType - The type of timeout that caused this event.WorkflowExecutionTimeoutTypepublic WorkflowExecutionTimedOutEventAttributes withTimeoutType(WorkflowExecutionTimeoutType timeoutType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: START_TO_CLOSE
timeoutType - The type of timeout that caused this event.WorkflowExecutionTimeoutTypepublic java.lang.String getChildPolicy()
WorkflowExecutionCancelRequested event in its history. It
is up to the decider to take appropriate actions when it receives an
execution history with this event.
Constraints:
Allowed Values: TERMINATE, REQUEST_CANCEL, ABANDON
WorkflowExecutionCancelRequested event in its history. It
is up to the decider to take appropriate actions when it receives an
execution history with this event. ChildPolicypublic void setChildPolicy(java.lang.String childPolicy)
WorkflowExecutionCancelRequested event in its history. It
is up to the decider to take appropriate actions when it receives an
execution history with this event.
Constraints:
Allowed Values: TERMINATE, REQUEST_CANCEL, ABANDON
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. ChildPolicypublic WorkflowExecutionTimedOutEventAttributes withChildPolicy(java.lang.String childPolicy)
WorkflowExecutionCancelRequested event in its history. It
is up to the decider to take appropriate actions when it receives an
execution history with this event. Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: TERMINATE, REQUEST_CANCEL, ABANDON
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. ChildPolicypublic void setChildPolicy(ChildPolicy childPolicy)
WorkflowExecutionCancelRequested event in its history. It
is up to the decider to take appropriate actions when it receives an
execution history with this event.
Constraints:
Allowed Values: TERMINATE, REQUEST_CANCEL, ABANDON
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. ChildPolicypublic WorkflowExecutionTimedOutEventAttributes withChildPolicy(ChildPolicy childPolicy)
WorkflowExecutionCancelRequested event in its history. It
is up to the decider to take appropriate actions when it receives an
execution history with this event. Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: TERMINATE, REQUEST_CANCEL, ABANDON
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. ChildPolicypublic java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object