public class Events extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Events.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
chunkSize
The number of events returned in this response.
|
protected List<Event> |
entries
A list of events.
|
protected EventsNextStreamPositionField |
nextStreamPosition
The stream position of the start of the next page (chunk) of events.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
Events() |
protected |
Events(Events.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getChunkSize() |
List<Event> |
getEntries() |
EventsNextStreamPositionField |
getNextStreamPosition() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EventsNextStreamPositionField nextStreamPosition
public Events()
protected Events(Events.Builder builder)
public Long getChunkSize()
public EventsNextStreamPositionField getNextStreamPosition()
public List<Event> getEntries()