@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ListRowsResponseLinks extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FIRST |
static String |
JSON_PROPERTY_NEXT |
static String |
JSON_PROPERTY_SELF |
boolean |
unparsed |
| Constructor and Description |
|---|
ListRowsResponseLinks() |
ListRowsResponseLinks(String first,
String self) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ListRowsResponseLinks object is equal to o.
|
ListRowsResponseLinks |
first(String first) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getFirst()
Link to the first page of results.
|
String |
getNext()
Link to the next page of results.
|
String |
getSelf()
Link to the current page of results.
|
int |
hashCode() |
ListRowsResponseLinks |
next(String next) |
ListRowsResponseLinks |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ListRowsResponseLinks |
self(String self) |
void |
setFirst(String first) |
void |
setNext(String next) |
void |
setSelf(String self) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FIRST
public static final String JSON_PROPERTY_NEXT
public static final String JSON_PROPERTY_SELF
public ListRowsResponseLinks first(String first)
public String getFirst()
public void setFirst(String first)
public ListRowsResponseLinks next(String next)
@Nullable public String getNext()
public void setNext(String next)
public ListRowsResponseLinks self(String self)
public String getSelf()
public void setSelf(String self)
public ListRowsResponseLinks putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.