public class ChildWorkflowExecutionCanceledEventAttributes
extends java.lang.Object
implements java.io.Serializable
Provide details of the ChildWorkflowExecutionCanceled event.
| コンストラクタと説明 |
|---|
ChildWorkflowExecutionCanceledEventAttributes() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDetails()
Details of the cancellation (if provided).
|
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. |
WorkflowExecution |
getWorkflowExecution()
The child workflow execution that was canceled.
|
WorkflowType |
getWorkflowType()
The type of the child workflow execution.
|
int |
hashCode() |
void |
setDetails(java.lang.String details)
Details of the cancellation (if provided).
|
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 |
setWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was canceled.
|
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.
|
ChildWorkflowExecutionCanceledEventAttributes |
withDetails(java.lang.String details)
Details of the cancellation (if provided).
|
ChildWorkflowExecutionCanceledEventAttributes |
withInitiatedEventId(java.lang.Long initiatedEventId)
The id of the
StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. |
ChildWorkflowExecutionCanceledEventAttributes |
withStartedEventId(java.lang.Long startedEventId)
The Id of the
ChildWorkflowExecutionStarted event
recorded when this child workflow execution was started. |
ChildWorkflowExecutionCanceledEventAttributes |
withWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was canceled.
|
ChildWorkflowExecutionCanceledEventAttributes |
withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
public ChildWorkflowExecutionCanceledEventAttributes()
public WorkflowExecution getWorkflowExecution()
public void setWorkflowExecution(WorkflowExecution workflowExecution)
workflowExecution - The child workflow execution that was canceled.public ChildWorkflowExecutionCanceledEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution)
Returns a reference to this object so that method calls can be chained together.
workflowExecution - The child workflow execution that was canceled.public WorkflowType getWorkflowType()
public void setWorkflowType(WorkflowType workflowType)
workflowType - The type of the child workflow execution.public ChildWorkflowExecutionCanceledEventAttributes withWorkflowType(WorkflowType workflowType)
Returns a reference to this object so that method calls can be chained together.
workflowType - The type of the child workflow execution.public java.lang.String getDetails()
Constraints:
Length: 0 - 32768
public void setDetails(java.lang.String details)
Constraints:
Length: 0 - 32768
details - Details of the cancellation (if provided).public ChildWorkflowExecutionCanceledEventAttributes withDetails(java.lang.String details)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32768
details - Details of the cancellation (if provided).public java.lang.Long getInitiatedEventId()
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 void setInitiatedEventId(java.lang.Long initiatedEventId)
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 ChildWorkflowExecutionCanceledEventAttributes withInitiatedEventId(java.lang.Long initiatedEventId)
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.
Returns a reference to this object so that method calls can be chained together.
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 getStartedEventId()
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 void setStartedEventId(java.lang.Long startedEventId)
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 ChildWorkflowExecutionCanceledEventAttributes withStartedEventId(java.lang.Long startedEventId)
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 a reference to this object so that method calls can be chained together.
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object