public class ExternalWorkflowExecutionSignaledEventAttributes
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Provides details of the ExternalWorkflowExecutionSignaled
event.
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
initiatedEventId
The ID of the
SignalExternalWorkflowExecutionInitiated event
corresponding to the SignalExternalWorkflowExecution
decision to request this signal. |
private WorkflowExecution |
workflowExecution
The external workflow execution that the signal was delivered to.
|
Constructor and Description |
---|
ExternalWorkflowExecutionSignaledEventAttributes() |
Modifier and Type | Method and Description |
---|---|
ExternalWorkflowExecutionSignaledEventAttributes |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getInitiatedEventId()
The ID of the
SignalExternalWorkflowExecutionInitiated event
corresponding to the SignalExternalWorkflowExecution
decision to request this signal. |
WorkflowExecution |
getWorkflowExecution()
The external workflow execution that the signal was delivered to.
|
int |
hashCode() |
void |
setInitiatedEventId(java.lang.Long initiatedEventId)
The ID of the
SignalExternalWorkflowExecutionInitiated event
corresponding to the SignalExternalWorkflowExecution
decision to request this signal. |
void |
setWorkflowExecution(WorkflowExecution workflowExecution)
The external workflow execution that the signal was delivered to.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ExternalWorkflowExecutionSignaledEventAttributes |
withInitiatedEventId(java.lang.Long initiatedEventId)
The ID of the
SignalExternalWorkflowExecutionInitiated event
corresponding to the SignalExternalWorkflowExecution
decision to request this signal. |
ExternalWorkflowExecutionSignaledEventAttributes |
withWorkflowExecution(WorkflowExecution workflowExecution)
The external workflow execution that the signal was delivered to.
|
private WorkflowExecution workflowExecution
The external workflow execution that the signal was delivered to.
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.
public ExternalWorkflowExecutionSignaledEventAttributes()
public void setWorkflowExecution(WorkflowExecution workflowExecution)
The external workflow execution that the signal was delivered to.
workflowExecution
- The external workflow execution that the signal was delivered to.public WorkflowExecution getWorkflowExecution()
The external workflow execution that the signal was delivered to.
public ExternalWorkflowExecutionSignaledEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution)
The external workflow execution that the signal was delivered to.
workflowExecution
- The external workflow execution that the signal was delivered to.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 ExternalWorkflowExecutionSignaledEventAttributes 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 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 ExternalWorkflowExecutionSignaledEventAttributes clone()
clone
in class java.lang.Object