public class SignalExternalWorkflowExecutionFailedEventAttributes
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Provides details of the SignalExternalWorkflowExecutionFailed
event.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
cause
The cause of the failure.
|
private java.lang.String |
control |
private java.lang.Long |
decisionTaskCompletedEventId
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
private java.lang.Long |
initiatedEventId
The ID of the
SignalExternalWorkflowExecutionInitiated event
corresponding to the SignalExternalWorkflowExecution
decision to request this signal. |
private java.lang.String |
runId
The
runId of the external workflow execution that the signal
was being delivered to. |
private java.lang.String |
workflowId
The
workflowId of the external workflow execution that the
signal was being delivered to. |
Constructor and Description |
---|
SignalExternalWorkflowExecutionFailedEventAttributes() |
Modifier and Type | Method and Description |
---|---|
SignalExternalWorkflowExecutionFailedEventAttributes |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCause()
The cause of the failure.
|
java.lang.String |
getControl() |
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.Long |
getInitiatedEventId()
The ID of the
SignalExternalWorkflowExecutionInitiated event
corresponding to the SignalExternalWorkflowExecution
decision to request this signal. |
java.lang.String |
getRunId()
The
runId of the external workflow execution that the signal
was being delivered to. |
java.lang.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.
|
void |
setCause(java.lang.String cause)
The cause of the failure.
|
void |
setControl(java.lang.String control) |
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 |
setInitiatedEventId(java.lang.Long initiatedEventId)
The ID of the
SignalExternalWorkflowExecutionInitiated event
corresponding to the SignalExternalWorkflowExecution
decision to request this signal. |
void |
setRunId(java.lang.String runId)
The
runId of the external workflow execution that the signal
was being delivered to. |
void |
setWorkflowId(java.lang.String workflowId)
The
workflowId of the external workflow execution that the
signal was being delivered to. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SignalExternalWorkflowExecutionFailedEventAttributes |
withCause(SignalExternalWorkflowExecutionFailedCause cause)
The cause of the failure.
|
SignalExternalWorkflowExecutionFailedEventAttributes |
withCause(java.lang.String cause)
The cause of the failure.
|
SignalExternalWorkflowExecutionFailedEventAttributes |
withControl(java.lang.String control) |
SignalExternalWorkflowExecutionFailedEventAttributes |
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. |
SignalExternalWorkflowExecutionFailedEventAttributes |
withInitiatedEventId(java.lang.Long initiatedEventId)
The ID of the
SignalExternalWorkflowExecutionInitiated event
corresponding to the SignalExternalWorkflowExecution
decision to request this signal. |
SignalExternalWorkflowExecutionFailedEventAttributes |
withRunId(java.lang.String runId)
The
runId of the external workflow execution that the signal
was being delivered to. |
SignalExternalWorkflowExecutionFailedEventAttributes |
withWorkflowId(java.lang.String workflowId)
The
workflowId of the external workflow execution that the
signal was being delivered to. |
private java.lang.String workflowId
The workflowId
of the external workflow execution that the
signal was being delivered to.
private java.lang.String runId
The runId
of the external workflow execution that the signal
was being delivered to.
private java.lang.String cause
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
private java.lang.Long 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.
private java.lang.Long 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 chain of events leading up to this event.
private java.lang.String control
public SignalExternalWorkflowExecutionFailedEventAttributes()
public void setWorkflowId(java.lang.String workflowId)
The workflowId
of the external workflow execution that the
signal was being delivered to.
workflowId
- The workflowId
of the external workflow execution
that the signal was being delivered to.public java.lang.String getWorkflowId()
The workflowId
of the external workflow execution that the
signal was being delivered to.
workflowId
of the external workflow execution
that the signal was being delivered to.public SignalExternalWorkflowExecutionFailedEventAttributes withWorkflowId(java.lang.String workflowId)
The workflowId
of the external workflow execution that the
signal was being delivered to.
workflowId
- The workflowId
of the external workflow execution
that the signal was being delivered to.public void setRunId(java.lang.String runId)
The runId
of the external workflow execution that the signal
was being delivered to.
runId
- The runId
of the external workflow execution that the
signal was being delivered to.public java.lang.String getRunId()
The runId
of the external workflow execution that the signal
was being delivered to.
runId
of the external workflow execution that
the signal was being delivered to.public SignalExternalWorkflowExecutionFailedEventAttributes withRunId(java.lang.String runId)
The runId
of the external workflow execution that the signal
was being delivered to.
runId
- The runId
of the external workflow execution that the
signal was being delivered to.public void setCause(java.lang.String cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the
system and can be useful for diagnostic purposes. SignalExternalWorkflowExecutionFailedCause
public java.lang.String getCause()
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
SignalExternalWorkflowExecutionFailedCause
public SignalExternalWorkflowExecutionFailedEventAttributes withCause(java.lang.String cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the
system and can be useful for diagnostic purposes. SignalExternalWorkflowExecutionFailedCause
public void setCause(SignalExternalWorkflowExecutionFailedCause cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the
system and can be useful for diagnostic purposes. SignalExternalWorkflowExecutionFailedCause
public SignalExternalWorkflowExecutionFailedEventAttributes withCause(SignalExternalWorkflowExecutionFailedCause cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the
system and can be useful for diagnostic purposes. SignalExternalWorkflowExecutionFailedCause
public void setInitiatedEventId(java.lang.Long 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.
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 java.lang.Long getInitiatedEventId()
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.
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(java.lang.Long 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.
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 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.
This information can be useful for diagnosing problems by tracing back
the chain 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 chain of events leading up to this event.public java.lang.Long getDecisionTaskCompletedEventId()
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 chain 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 chain of events leading up to this event.public SignalExternalWorkflowExecutionFailedEventAttributes 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.
This information can be useful for diagnosing problems by tracing back
the chain 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 chain of events leading up to this event.public void setControl(java.lang.String control)
control
- public java.lang.String getControl()
public SignalExternalWorkflowExecutionFailedEventAttributes withControl(java.lang.String control)
control
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public SignalExternalWorkflowExecutionFailedEventAttributes clone()
clone
in class java.lang.Object