Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class ExternalWorkflowExecutionSignaledEventAttributes

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionSignaledEventAttributes

public class ExternalWorkflowExecutionSignaledEventAttributes
extends java.lang.Object

Provides details of the ExternalWorkflowExecutionSignaled event.


Constructor Summary
ExternalWorkflowExecutionSignaledEventAttributes()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalWorkflowExecutionSignaledEventAttributes

public ExternalWorkflowExecutionSignaledEventAttributes()
Method Detail

getWorkflowExecution

public WorkflowExecution getWorkflowExecution()
The external workflow execution that the signal was delivered to.

Returns:
The external workflow execution that the signal was delivered to.

setWorkflowExecution

public void setWorkflowExecution(WorkflowExecution workflowExecution)
The external workflow execution that the signal was delivered to.

Parameters:
workflowExecution - The external workflow execution that the signal was delivered to.

withWorkflowExecution

public ExternalWorkflowExecutionSignaledEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution)
The external workflow execution that the signal was delivered to.

Returns a reference to this object so that method calls can be chained together.

Parameters:
workflowExecution - The external workflow execution that the signal was delivered to.
Returns:
A reference to this updated object so that method calls can be chained together.

getInitiatedEventId

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.

Returns:
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.

setInitiatedEventId

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.

Parameters:
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.

withInitiatedEventId

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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.