|
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.MarkerRecordedEventAttributes
public class MarkerRecordedEventAttributes
Provides details of the MarkerRecorded event.
| Constructor Summary | |
|---|---|
MarkerRecordedEventAttributes()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MarkerRecordedEventAttributes()
| Method Detail |
|---|
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 in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||