@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EventsRequestPage extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CURSOR |
static String |
JSON_PROPERTY_LIMIT |
boolean |
unparsed |
Constructor and Description |
---|
EventsRequestPage() |
Modifier and Type | Method and Description |
---|---|
EventsRequestPage |
cursor(String cursor) |
boolean |
equals(Object o)
Return true if this EventsRequestPage object is equal to o.
|
String |
getCursor()
The returned paging point to use to get the next results.
|
Integer |
getLimit()
The maximum number of logs in the response.
|
int |
hashCode() |
EventsRequestPage |
limit(Integer limit) |
void |
setCursor(String cursor) |
void |
setLimit(Integer limit) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CURSOR
public static final String JSON_PROPERTY_LIMIT
public EventsRequestPage cursor(String cursor)
@Nullable public String getCursor()
public void setCursor(String cursor)
public EventsRequestPage limit(Integer limit)
@Nullable public Integer getLimit()
public void setLimit(Integer limit)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.