@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MonthlyCostAttributionResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
MonthlyCostAttributionResponse() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_META
public MonthlyCostAttributionResponse data(List<MonthlyCostAttributionBody> data)
public MonthlyCostAttributionResponse addDataItem(MonthlyCostAttributionBody dataItem)
@Nullable public List<MonthlyCostAttributionBody> getData()
public void setData(List<MonthlyCostAttributionBody> data)
public MonthlyCostAttributionResponse meta(MonthlyCostAttributionMeta meta)
@Nullable public MonthlyCostAttributionMeta getMeta()
public void setMeta(MonthlyCostAttributionMeta meta)
public MonthlyCostAttributionResponse 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 © 2024. All rights reserved.