@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsListResponseLinks extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_NEXT |
boolean |
unparsed |
Constructor and Description |
---|
LogsListResponseLinks() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Return true if this LogsListResponseLinks object is equal to o.
|
String |
getNext()
Link for the next set of results.
|
int |
hashCode() |
LogsListResponseLinks |
next(String next) |
void |
setNext(String next) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_NEXT
public LogsListResponseLinks next(String next)
@Nullable public String getNext()
public void setNext(String next)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.