public class RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
extends java.lang.Object
implements java.io.Serializable
Provides details of the RequestCancelExternalWorkflowExecutionInitiated event.
| コンストラクタと説明 |
|---|
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getControl()
Optional data attached to the event that can be used by the decider in
subsequent workflow tasks.
|
java.lang.Long |
getDecisionTaskCompletedEventId()
The id of the
DecisionTaskCompleted event corresponding
to the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this
cancellation request. |
java.lang.String |
getRunId()
The
runId of the external workflow execution to be
canceled. |
java.lang.String |
getWorkflowId()
The
workflowId of the external workflow execution to be
canceled. |
int |
hashCode() |
void |
setControl(java.lang.String control)
Optional data attached to the event that can be used by the decider in
subsequent workflow tasks.
|
void |
setDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The id of the
DecisionTaskCompleted event corresponding
to the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this
cancellation request. |
void |
setRunId(java.lang.String runId)
The
runId of the external workflow execution to be
canceled. |
void |
setWorkflowId(java.lang.String workflowId)
The
workflowId of the external workflow execution to be
canceled. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
withControl(java.lang.String control)
Optional data attached to the event that can be used by the decider in
subsequent workflow tasks.
|
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The id of the
DecisionTaskCompleted event corresponding
to the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this
cancellation request. |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
withRunId(java.lang.String runId)
The
runId of the external workflow execution to be
canceled. |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
withWorkflowId(java.lang.String workflowId)
The
workflowId of the external workflow execution to be
canceled. |
public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes()
public java.lang.String getWorkflowId()
workflowId of the external workflow execution to be
canceled.
Constraints:
Length: 1 - 256
workflowId of the external workflow execution to be
canceled.public void setWorkflowId(java.lang.String workflowId)
workflowId of the external workflow execution to be
canceled.
Constraints:
Length: 1 - 256
workflowId - The workflowId of the external workflow execution to be
canceled.public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes withWorkflowId(java.lang.String workflowId)
workflowId of the external workflow execution to be
canceled.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
workflowId - The workflowId of the external workflow execution to be
canceled.public java.lang.String getRunId()
runId of the external workflow execution to be
canceled.
Constraints:
Length: 0 - 64
runId of the external workflow execution to be
canceled.public void setRunId(java.lang.String runId)
runId of the external workflow execution to be
canceled.
Constraints:
Length: 0 - 64
runId - The runId of the external workflow execution to be
canceled.public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes withRunId(java.lang.String runId)
runId of the external workflow execution to be
canceled.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 64
runId - The runId of the external workflow execution to be
canceled.public java.lang.Long getDecisionTaskCompletedEventId()
DecisionTaskCompleted event corresponding
to the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this
cancellation request. This information can be useful for diagnosing
problems by tracing back the cause of events.DecisionTaskCompleted event corresponding
to the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this
cancellation request. This information can be useful for diagnosing
problems by tracing back the cause of events.public void setDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
DecisionTaskCompleted event corresponding
to the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this
cancellation request. This information can be useful for diagnosing
problems by tracing back the cause of events.decisionTaskCompletedEventId - The id of the DecisionTaskCompleted event corresponding
to the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this
cancellation request. This information can be useful for diagnosing
problems by tracing back the cause of events.public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
DecisionTaskCompleted event corresponding
to the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this
cancellation request. This information can be useful for diagnosing
problems by tracing back the cause of events.
Returns a reference to this object so that method calls can be chained together.
decisionTaskCompletedEventId - The id of the DecisionTaskCompleted event corresponding
to the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this
cancellation request. This information can be useful for diagnosing
problems by tracing back the cause of events.public java.lang.String getControl()
Constraints:
Length: 0 - 32768
public void setControl(java.lang.String control)
Constraints:
Length: 0 - 32768
control - Optional data attached to the event that can be used by the decider in
subsequent workflow tasks.public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes withControl(java.lang.String control)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32768
control - Optional data attached to the event that can be used by the decider in
subsequent workflow tasks.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