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