Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class TimerFiredEventAttributes

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

public class TimerFiredEventAttributes
extends Object

Provides details of the TimerFired event.


Constructor Summary
TimerFiredEventAttributes()
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getStartedEventId()
          The id of the TimerStarted event that was recorded when this timer was started.
 String getTimerId()
          The unique Id of the timer that fired.
 int hashCode()
           
 void setStartedEventId(Long startedEventId)
          The id of the TimerStarted event that was recorded when this timer was started.
 void setTimerId(String timerId)
          The unique Id of the timer that fired.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 TimerFiredEventAttributes withStartedEventId(Long startedEventId)
          The id of the TimerStarted event that was recorded when this timer was started.
 TimerFiredEventAttributes withTimerId(String timerId)
          The unique Id of the timer that fired.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimerFiredEventAttributes

public TimerFiredEventAttributes()
Method Detail

getTimerId

public String getTimerId()
The unique Id of the timer that fired.

Constraints:
Length: 1 - 256

Returns:
The unique Id of the timer that fired.

setTimerId

public void setTimerId(String timerId)
The unique Id of the timer that fired.

Constraints:
Length: 1 - 256

Parameters:
timerId - The unique Id of the timer that fired.

withTimerId

public TimerFiredEventAttributes withTimerId(String timerId)
The unique Id of the timer that fired.

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

Constraints:
Length: 1 - 256

Parameters:
timerId - The unique Id of the timer that fired.
Returns:
A reference to this updated object so that method calls can be chained together.

getStartedEventId

public Long getStartedEventId()
The id of the TimerStarted event that was recorded when this timer was started. 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 TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

setStartedEventId

public void setStartedEventId(Long startedEventId)
The id of the TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Parameters:
startedEventId - The id of the TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

withStartedEventId

public TimerFiredEventAttributes withStartedEventId(Long startedEventId)
The id of the TimerStarted event that was recorded when this timer was started. 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:
startedEventId - The id of the TimerStarted event that was recorded when this timer was started. 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 String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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