public class ExternalWorkflowExecutionSignaledEventAttributes extends Object implements Serializable
Provides details of the
ExternalWorkflowExecutionSignaled
event.
Constructor and Description |
---|
ExternalWorkflowExecutionSignaledEventAttributes() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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(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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ExternalWorkflowExecutionSignaledEventAttributes |
withInitiatedEventId(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.
|
public ExternalWorkflowExecutionSignaledEventAttributes()
public WorkflowExecution getWorkflowExecution()
public void setWorkflowExecution(WorkflowExecution workflowExecution)
workflowExecution
- The external workflow execution that the signal was delivered to.public ExternalWorkflowExecutionSignaledEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution)
Returns a reference to this object so that method calls can be chained together.
workflowExecution
- The external workflow execution that the signal was delivered to.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 ExternalWorkflowExecutionSignaledEventAttributes 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 String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.