|
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.History
public class History
Paginated representation of a workflow history for a workflow execution. This is the up to date, complete and authoritative record of the events related to all tasks and events in the life of the workflow execution.
Constructor Summary | |
---|---|
History()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<HistoryEvent> |
getEvents()
The list of history events. |
String |
getNextPageToken()
The token for the next page. |
int |
hashCode()
|
void |
setEvents(Collection<HistoryEvent> events)
The list of history events. |
void |
setNextPageToken(String nextPageToken)
The token for the next page. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
History |
withEvents(Collection<HistoryEvent> events)
The list of history events. |
History |
withEvents(HistoryEvent... events)
The list of history events. |
History |
withNextPageToken(String nextPageToken)
The token for the next page. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public History()
Method Detail |
---|
public List<HistoryEvent> getEvents()
public void setEvents(Collection<HistoryEvent> events)
events
- The list of history events.public History withEvents(HistoryEvent... events)
Returns a reference to this object so that method calls can be chained together.
events
- The list of history events.
public History withEvents(Collection<HistoryEvent> events)
Returns a reference to this object so that method calls can be chained together.
events
- The list of history events.
public String getNextPageToken()
Constraints:
Length: 0 - 2048
public void setNextPageToken(String nextPageToken)
Constraints:
Length: 0 - 2048
nextPageToken
- The token for the next page. If set, the history consists of more than
one page and the next page can be retrieved by repeating the request
with this token and all other arguments unchanged.public History withNextPageToken(String nextPageToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 2048
nextPageToken
- The token for the next page. If set, the history consists of more than
one page and the next page can be retrieved by repeating the request
with this token and all other arguments unchanged.
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 |