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