@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AuditLogsQueryPageOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CURSOR |
static String |
JSON_PROPERTY_LIMIT |
boolean |
unparsed |
| Constructor and Description |
|---|
AuditLogsQueryPageOptions() |
| Modifier and Type | Method and Description |
|---|---|
AuditLogsQueryPageOptions |
cursor(String cursor) |
boolean |
equals(Object o)
Return true if this AuditLogsQueryPageOptions 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() |
AuditLogsQueryPageOptions |
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 AuditLogsQueryPageOptions cursor(String cursor)
@Nullable public String getCursor()
public void setCursor(String cursor)
public AuditLogsQueryPageOptions limit(Integer limit)
@Nullable public Integer getLimit()
public void setLimit(Integer limit)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.