@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ListRowsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_LINKS |
boolean |
unparsed |
| Constructor and Description |
|---|
ListRowsResponse() |
ListRowsResponse(List<TableRowResourceData> data,
ListRowsResponseLinks links) |
| Modifier and Type | Method and Description |
|---|---|
ListRowsResponse |
addDataItem(TableRowResourceData dataItem) |
ListRowsResponse |
data(List<TableRowResourceData> data) |
boolean |
equals(Object o)
Return true if this ListRowsResponse object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<TableRowResourceData> |
getData()
The rows.
|
ListRowsResponseLinks |
getLinks()
Pagination links for the list rows response.
|
int |
hashCode() |
ListRowsResponse |
links(ListRowsResponseLinks links) |
ListRowsResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(List<TableRowResourceData> data) |
void |
setLinks(ListRowsResponseLinks links) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_LINKS
public ListRowsResponse()
public ListRowsResponse(List<TableRowResourceData> data, ListRowsResponseLinks links)
public ListRowsResponse data(List<TableRowResourceData> data)
public ListRowsResponse addDataItem(TableRowResourceData dataItem)
public List<TableRowResourceData> getData()
public void setData(List<TableRowResourceData> data)
public ListRowsResponse links(ListRowsResponseLinks links)
public ListRowsResponseLinks getLinks()
public void setLinks(ListRowsResponseLinks links)
public ListRowsResponse 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.