@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RUMQueryPageOptions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CURSOR |
static String |
JSON_PROPERTY_LIMIT |
boolean |
unparsed |
Constructor and Description |
---|
RUMQueryPageOptions() |
Modifier and Type | Method and Description |
---|---|
RUMQueryPageOptions |
cursor(String cursor) |
boolean |
equals(Object o)
Return true if this RUMQueryPageOptions object is equal to o.
|
String |
getCursor()
List following results with a cursor provided in the previous query.
|
Integer |
getLimit()
Maximum number of events in the response.
|
int |
hashCode() |
RUMQueryPageOptions |
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 RUMQueryPageOptions cursor(String cursor)
@Nullable public String getCursor()
public void setCursor(String cursor)
public RUMQueryPageOptions limit(Integer limit)
@Nullable public Integer getLimit()
public void setLimit(Integer limit)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.