public class SignalExternalWorkflowExecutionInitiatedEventAttributes extends Object implements Serializable
Provides details of the
SignalExternalWorkflowExecutionInitiated
event.
Constructor and Description |
---|
SignalExternalWorkflowExecutionInitiatedEventAttributes() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getControl()
Optional data attached to the event that can be used by the decider in
subsequent decision tasks.
|
Long |
getDecisionTaskCompletedEventId()
The id of the
DecisionTaskCompleted event corresponding
to the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
String |
getInput()
Input provided to the signal (if any).
|
String |
getRunId()
The
runId of the external workflow execution to send the
signal to. |
String |
getSignalName()
The name of the signal.
|
String |
getWorkflowId()
The
workflowId of the external workflow execution. |
int |
hashCode() |
void |
setControl(String control)
Optional data attached to the event that can be used by the decider in
subsequent decision tasks.
|
void |
setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The id of the
DecisionTaskCompleted event corresponding
to the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
void |
setInput(String input)
Input provided to the signal (if any).
|
void |
setRunId(String runId)
The
runId of the external workflow execution to send the
signal to. |
void |
setSignalName(String signalName)
The name of the signal.
|
void |
setWorkflowId(String workflowId)
The
workflowId of the external workflow execution. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SignalExternalWorkflowExecutionInitiatedEventAttributes |
withControl(String control)
Optional data attached to the event that can be used by the decider in
subsequent decision tasks.
|
SignalExternalWorkflowExecutionInitiatedEventAttributes |
withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The id of the
DecisionTaskCompleted event corresponding
to the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
withInput(String input)
Input provided to the signal (if any).
|
SignalExternalWorkflowExecutionInitiatedEventAttributes |
withRunId(String runId)
The
runId of the external workflow execution to send the
signal to. |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
withSignalName(String signalName)
The name of the signal.
|
SignalExternalWorkflowExecutionInitiatedEventAttributes |
withWorkflowId(String workflowId)
The
workflowId of the external workflow execution. |
public SignalExternalWorkflowExecutionInitiatedEventAttributes()
public String getWorkflowId()
workflowId
of the external workflow execution.
Constraints:
Length: 1 - 256
workflowId
of the external workflow execution.public void setWorkflowId(String workflowId)
workflowId
of the external workflow execution.
Constraints:
Length: 1 - 256
workflowId
- The workflowId
of the external workflow execution.public SignalExternalWorkflowExecutionInitiatedEventAttributes withWorkflowId(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 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(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(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 String getSignalName()
Constraints:
Length: 1 - 256
public void setSignalName(String signalName)
Constraints:
Length: 1 - 256
signalName
- The name of the signal.public SignalExternalWorkflowExecutionInitiatedEventAttributes withSignalName(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 String getInput()
Constraints:
Length: 0 - 32768
public void setInput(String input)
Constraints:
Length: 0 - 32768
input
- Input provided to the signal (if any).public SignalExternalWorkflowExecutionInitiatedEventAttributes withInput(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 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(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(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 String getControl()
Constraints:
Length: 0 - 32768
public void setControl(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(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 String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.