public class SignalExternalWorkflowExecutionFailedEventAttributes extends Object implements Serializable
Provides details of the
SignalExternalWorkflowExecutionFailed
event.
Constructor and Description |
---|
SignalExternalWorkflowExecutionFailedEventAttributes() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCause()
The cause of the failure to process the decision.
|
String |
getControl()
Returns the value of the Control property for this object.
|
Long |
getDecisionTaskCompletedEventId()
The id of the
DecisionTaskCompleted event corresponding
to the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
Long |
getInitiatedEventId()
The id of the
SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflowExecution decision to request this
signal. |
String |
getRunId()
The
runId of the external workflow execution that the
signal was being delivered to. |
String |
getWorkflowId()
The
workflowId of the external workflow execution that
the signal was being delivered to. |
int |
hashCode() |
void |
setCause(SignalExternalWorkflowExecutionFailedCause cause)
The cause of the failure to process the decision.
|
void |
setCause(String cause)
The cause of the failure to process the decision.
|
void |
setControl(String control)
Sets the value of the Control property for this object.
|
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 |
setInitiatedEventId(Long initiatedEventId)
The id of the
SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflowExecution decision to request this
signal. |
void |
setRunId(String runId)
The
runId of the external workflow execution that the
signal was being delivered to. |
void |
setWorkflowId(String workflowId)
The
workflowId of the external workflow execution that
the signal was being delivered to. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SignalExternalWorkflowExecutionFailedEventAttributes |
withCause(SignalExternalWorkflowExecutionFailedCause cause)
The cause of the failure to process the decision.
|
SignalExternalWorkflowExecutionFailedEventAttributes |
withCause(String cause)
The cause of the failure to process the decision.
|
SignalExternalWorkflowExecutionFailedEventAttributes |
withControl(String control)
Sets the value of the Control property for this object.
|
SignalExternalWorkflowExecutionFailedEventAttributes |
withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The id of the
DecisionTaskCompleted event corresponding
to the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
SignalExternalWorkflowExecutionFailedEventAttributes |
withInitiatedEventId(Long initiatedEventId)
The id of the
SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflowExecution decision to request this
signal. |
SignalExternalWorkflowExecutionFailedEventAttributes |
withRunId(String runId)
The
runId of the external workflow execution that the
signal was being delivered to. |
SignalExternalWorkflowExecutionFailedEventAttributes |
withWorkflowId(String workflowId)
The
workflowId of the external workflow execution that
the signal was being delivered to. |
public SignalExternalWorkflowExecutionFailedEventAttributes()
public String getWorkflowId()
workflowId
of the external workflow execution that
the signal was being delivered to.
Constraints:
Length: 1 - 256
workflowId
of the external workflow execution that
the signal was being delivered to.public void setWorkflowId(String workflowId)
workflowId
of the external workflow execution that
the signal was being delivered to.
Constraints:
Length: 1 - 256
workflowId
- The workflowId
of the external workflow execution that
the signal was being delivered to.public SignalExternalWorkflowExecutionFailedEventAttributes withWorkflowId(String workflowId)
workflowId
of the external workflow execution that
the signal was being delivered to.
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 that
the signal was being delivered to.public String getRunId()
runId
of the external workflow execution that the
signal was being delivered to.
Constraints:
Length: 0 - 64
runId
of the external workflow execution that the
signal was being delivered to.public void setRunId(String runId)
runId
of the external workflow execution that the
signal was being delivered to.
Constraints:
Length: 0 - 64
runId
- The runId
of the external workflow execution that the
signal was being delivered to.public SignalExternalWorkflowExecutionFailedEventAttributes withRunId(String runId)
runId
of the external workflow execution that the
signal was being delivered 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 that the
signal was being delivered to.public String getCause()
Constraints:
Allowed Values: UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION, SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED, OPERATION_NOT_PERMITTED
SignalExternalWorkflowExecutionFailedCause
public void setCause(String cause)
Constraints:
Allowed Values: UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION, SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED, OPERATION_NOT_PERMITTED
cause
- The cause of the failure to process the decision. This information is
generated by the system and can be useful for diagnostic purposes.
SignalExternalWorkflowExecutionFailedCause
public SignalExternalWorkflowExecutionFailedEventAttributes withCause(String cause)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION, SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED, OPERATION_NOT_PERMITTED
cause
- The cause of the failure to process the decision. This information is
generated by the system and can be useful for diagnostic purposes.
SignalExternalWorkflowExecutionFailedCause
public void setCause(SignalExternalWorkflowExecutionFailedCause cause)
Constraints:
Allowed Values: UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION, SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED, OPERATION_NOT_PERMITTED
cause
- The cause of the failure to process the decision. This information is
generated by the system and can be useful for diagnostic purposes.
SignalExternalWorkflowExecutionFailedCause
public SignalExternalWorkflowExecutionFailedEventAttributes withCause(SignalExternalWorkflowExecutionFailedCause cause)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION, SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED, OPERATION_NOT_PERMITTED
cause
- The cause of the failure to process the decision. This information is
generated by the system and can be useful for diagnostic purposes.
SignalExternalWorkflowExecutionFailedCause
public Long getInitiatedEventId()
SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflowExecution
decision to request this
signal. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflowExecution
decision to request this
signal. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.public void setInitiatedEventId(Long initiatedEventId)
SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflowExecution
decision to request this
signal. 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 SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflowExecution
decision to request this
signal. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.public SignalExternalWorkflowExecutionFailedEventAttributes withInitiatedEventId(Long initiatedEventId)
SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflowExecution
decision to request this
signal. 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 SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflowExecution
decision to request this
signal. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.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 SignalExternalWorkflowExecutionFailedEventAttributes 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
- The new value for the Control property for this object.public SignalExternalWorkflowExecutionFailedEventAttributes withControl(String control)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32768
control
- The new value for the Control property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.