@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageQuotasListResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageQuotasListResponse() |
UsageQuotasListResponse(List<UsageQuotaResponseData> data,
UsageQuotasResponseMeta meta) |
| Modifier and Type | Method and Description |
|---|---|
UsageQuotasListResponse |
addDataItem(UsageQuotaResponseData dataItem) |
UsageQuotasListResponse |
data(List<UsageQuotaResponseData> data) |
boolean |
equals(Object o)
Return true if this UsageQuotasListResponse 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<UsageQuotaResponseData> |
getData()
A list of usage quota resources.
|
UsageQuotasResponseMeta |
getMeta()
Pagination metadata for a usage quota list response.
|
int |
hashCode() |
UsageQuotasListResponse |
meta(UsageQuotasResponseMeta meta) |
UsageQuotasListResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(List<UsageQuotaResponseData> data) |
void |
setMeta(UsageQuotasResponseMeta meta) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_META
public UsageQuotasListResponse()
public UsageQuotasListResponse(List<UsageQuotaResponseData> data, UsageQuotasResponseMeta meta)
public UsageQuotasListResponse data(List<UsageQuotaResponseData> data)
public UsageQuotasListResponse addDataItem(UsageQuotaResponseData dataItem)
public List<UsageQuotaResponseData> getData()
public void setData(List<UsageQuotaResponseData> data)
public UsageQuotasListResponse meta(UsageQuotasResponseMeta meta)
public UsageQuotasResponseMeta getMeta()
public void setMeta(UsageQuotasResponseMeta meta)
public UsageQuotasListResponse 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.