@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ListDashboardsUsageResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
ListDashboardsUsageResponse() |
ListDashboardsUsageResponse(List<DashboardUsage> data,
ListDashboardsUsageResponseMeta meta) |
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsUsageResponse |
addDataItem(DashboardUsage dataItem) |
ListDashboardsUsageResponse |
data(List<DashboardUsage> data) |
boolean |
equals(Object o)
Return true if this ListDashboardsUsageResponse 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<DashboardUsage> |
getData()
Dashboard usage records, one per dashboard in the caller's organization.
|
ListDashboardsUsageResponseLinks |
getLinks()
Pagination links for a list of dashboard usage records.
|
ListDashboardsUsageResponseMeta |
getMeta()
Pagination metadata for a list of dashboard usage records.
|
int |
hashCode() |
ListDashboardsUsageResponse |
links(ListDashboardsUsageResponseLinks links) |
ListDashboardsUsageResponse |
meta(ListDashboardsUsageResponseMeta meta) |
ListDashboardsUsageResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(List<DashboardUsage> data) |
void |
setLinks(ListDashboardsUsageResponseLinks links) |
void |
setMeta(ListDashboardsUsageResponseMeta meta) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_LINKS
public static final String JSON_PROPERTY_META
public ListDashboardsUsageResponse()
public ListDashboardsUsageResponse(List<DashboardUsage> data, ListDashboardsUsageResponseMeta meta)
public ListDashboardsUsageResponse data(List<DashboardUsage> data)
public ListDashboardsUsageResponse addDataItem(DashboardUsage dataItem)
public List<DashboardUsage> getData()
public void setData(List<DashboardUsage> data)
public ListDashboardsUsageResponse links(ListDashboardsUsageResponseLinks links)
@Nullable public ListDashboardsUsageResponseLinks getLinks()
public void setLinks(ListDashboardsUsageResponseLinks links)
public ListDashboardsUsageResponse meta(ListDashboardsUsageResponseMeta meta)
public ListDashboardsUsageResponseMeta getMeta()
public void setMeta(ListDashboardsUsageResponseMeta meta)
public ListDashboardsUsageResponse 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.