public class PaginatedEvents
extends java.lang.Object
| Constructor and Description |
|---|
PaginatedEvents() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<EventEnvelope> |
getData()
Gets data.
|
EventId |
getNextCursor()
Gets next cursor.
|
int |
hashCode() |
void |
setData(java.util.List<EventEnvelope> data)
Sets data.
|
void |
setNextCursor(EventId nextCursor)
Sets next cursor.
|
java.lang.String |
toString() |
public java.util.List<EventEnvelope> getData()
public void setData(java.util.List<EventEnvelope> data)
data - the datapublic EventId getNextCursor()
public void setNextCursor(EventId nextCursor)
nextCursor - the next cursorpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object