public class MarkerRecordedEventAttributes
extends java.lang.Object
implements java.io.Serializable
Provides details of the MarkerRecorded event.
| コンストラクタと説明 |
|---|
MarkerRecordedEventAttributes() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getDecisionTaskCompletedEventId()
The id of the
DecisionTaskCompleted event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. |
java.lang.String |
getDetails()
Details of the marker (if any).
|
java.lang.String |
getMarkerName()
The name of the marker.
|
int |
hashCode() |
void |
setDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The id of the
DecisionTaskCompleted event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. |
void |
setDetails(java.lang.String details)
Details of the marker (if any).
|
void |
setMarkerName(java.lang.String markerName)
The name of the marker.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
MarkerRecordedEventAttributes |
withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The id of the
DecisionTaskCompleted event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. |
MarkerRecordedEventAttributes |
withDetails(java.lang.String details)
Details of the marker (if any).
|
MarkerRecordedEventAttributes |
withMarkerName(java.lang.String markerName)
The name of the marker.
|
public java.lang.String getMarkerName()
Constraints:
Length: 1 - 256
public void setMarkerName(java.lang.String markerName)
Constraints:
Length: 1 - 256
markerName - The name of the marker.public MarkerRecordedEventAttributes withMarkerName(java.lang.String markerName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
markerName - The name of the marker.public java.lang.String getDetails()
Constraints:
Length: 0 - 32768
public void setDetails(java.lang.String details)
Constraints:
Length: 0 - 32768
details - Details of the marker (if any).public MarkerRecordedEventAttributes withDetails(java.lang.String details)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32768
details - Details of the marker (if any).public java.lang.Long getDecisionTaskCompletedEventId()
DecisionTaskCompleted event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. This information can be useful
for diagnosing problems by tracing back the cause of events.DecisionTaskCompleted event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. This information can be useful
for diagnosing problems by tracing back the cause of events.public void setDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
DecisionTaskCompleted event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. This information can be useful
for diagnosing problems by tracing back the cause of events.decisionTaskCompletedEventId - The id of the DecisionTaskCompleted event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. This information can be useful
for diagnosing problems by tracing back the cause of events.public MarkerRecordedEventAttributes withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
DecisionTaskCompleted event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. This information can be useful
for diagnosing problems by tracing back the cause of events.
Returns a reference to this object so that method calls can be chained together.
decisionTaskCompletedEventId - The id of the DecisionTaskCompleted event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. This information can be useful
for diagnosing problems by tracing back the cause of events.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