@Generated(value="org.jsonschema2pojo") public class EventsListRequest extends Object implements Serializable
Constructor and Description |
---|
EventsListRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getCount()
Max number of events to be returned.
|
Long |
getCursor()
For paging through result sets greater than 1 page, use the “next_cursor” property from the previous request.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCount(Long count)
Max number of events to be returned.
|
void |
setCursor(Long cursor)
For paging through result sets greater than 1 page, use the “next_cursor” property from the previous request.
|
String |
toString() |
EventsListRequest |
withAdditionalProperty(String name,
Object value) |
EventsListRequest |
withCount(Long count) |
EventsListRequest |
withCursor(Long cursor) |
@BeanProperty(value="count") public Long getCount()
@BeanProperty(value="count") public void setCount(Long count)
count
- The countpublic EventsListRequest withCount(Long count)
@BeanProperty(value="cursor") public Long getCursor()
@BeanProperty(value="cursor") public void setCursor(Long cursor)
cursor
- The cursorpublic EventsListRequest withCursor(Long cursor)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public EventsListRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.