public class TimerFiredEventAttributes
extends java.lang.Object
implements java.io.Serializable
Provides details of the TimerFired event.
| コンストラクタと説明 |
|---|
TimerFiredEventAttributes() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getStartedEventId()
The id of the
TimerStarted event that was recorded when
this timer was started. |
java.lang.String |
getTimerId()
The unique Id of the timer that fired.
|
int |
hashCode() |
void |
setStartedEventId(java.lang.Long startedEventId)
The id of the
TimerStarted event that was recorded when
this timer was started. |
void |
setTimerId(java.lang.String timerId)
The unique Id of the timer that fired.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TimerFiredEventAttributes |
withStartedEventId(java.lang.Long startedEventId)
The id of the
TimerStarted event that was recorded when
this timer was started. |
TimerFiredEventAttributes |
withTimerId(java.lang.String timerId)
The unique Id of the timer that fired.
|
public java.lang.String getTimerId()
Constraints:
Length: 1 - 256
public void setTimerId(java.lang.String timerId)
Constraints:
Length: 1 - 256
timerId - The unique Id of the timer that fired.public TimerFiredEventAttributes withTimerId(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object