@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AuditLogsResponsePage extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_AFTER |
boolean |
unparsed |
Constructor and Description |
---|
AuditLogsResponsePage() |
Modifier and Type | Method and Description |
---|---|
AuditLogsResponsePage |
after(String after) |
boolean |
equals(Object o)
Return true if this AuditLogsResponsePage object is equal to o.
|
String |
getAfter()
The cursor to use to get the next results, if any.
|
int |
hashCode() |
void |
setAfter(String after) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AFTER
public AuditLogsResponsePage after(String after)
@Nullable public String getAfter()
page[cursor]
.public void setAfter(String after)
public boolean equals(Object o)
Copyright © 2022. All rights reserved.