|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.simpleworkflow.model.TimerFiredEventAttributes
public class TimerFiredEventAttributes
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 |
---|
public TimerFiredEventAttributes()
Method Detail |
---|
public String getTimerId()
Constraints:
Length: 1 - 256
public void setTimerId(String timerId)
Constraints:
Length: 1 - 256
timerId
- The unique Id of the timer that fired.public TimerFiredEventAttributes withTimerId(String timerId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
timerId
- The unique Id of the timer that fired.
public Long getStartedEventId()
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.
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.public void setStartedEventId(Long startedEventId)
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.
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.public TimerFiredEventAttributes withStartedEventId(Long startedEventId)
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.
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.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |