@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CostAnomaliesResponseDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ANOMALIES |
static String |
JSON_PROPERTY_AVG_DAILY_ANOMALOUS_COST |
static String |
JSON_PROPERTY_TOTAL_ACTUAL_COST |
static String |
JSON_PROPERTY_TOTAL_ANOMALOUS_COST |
static String |
JSON_PROPERTY_TOTAL_COUNT |
boolean |
unparsed |
| Constructor and Description |
|---|
CostAnomaliesResponseDataAttributes() |
CostAnomaliesResponseDataAttributes(List<CostAnomaly> anomalies,
Double avgDailyAnomalousCost,
Double totalActualCost,
Double totalAnomalousCost,
Long totalCount) |
| Modifier and Type | Method and Description |
|---|---|
CostAnomaliesResponseDataAttributes |
addAnomaliesItem(CostAnomaly anomaliesItem) |
CostAnomaliesResponseDataAttributes |
anomalies(List<CostAnomaly> anomalies) |
CostAnomaliesResponseDataAttributes |
avgDailyAnomalousCost(Double avgDailyAnomalousCost) |
boolean |
equals(Object o)
Return true if this CostAnomaliesResponseDataAttributes 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<CostAnomaly> |
getAnomalies()
The list of cost anomalies that match the request.
|
Double |
getAvgDailyAnomalousCost()
Average daily anomalous cost change across the queried window.
|
Double |
getTotalActualCost()
Total actual cost spent across the queried window for the matching providers.
|
Double |
getTotalAnomalousCost()
Sum of the anomalous cost change across all returned anomalies.
|
Long |
getTotalCount()
Total number of anomalies that match the request.
|
int |
hashCode() |
CostAnomaliesResponseDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAnomalies(List<CostAnomaly> anomalies) |
void |
setAvgDailyAnomalousCost(Double avgDailyAnomalousCost) |
void |
setTotalActualCost(Double totalActualCost) |
void |
setTotalAnomalousCost(Double totalAnomalousCost) |
void |
setTotalCount(Long totalCount) |
String |
toString() |
CostAnomaliesResponseDataAttributes |
totalActualCost(Double totalActualCost) |
CostAnomaliesResponseDataAttributes |
totalAnomalousCost(Double totalAnomalousCost) |
CostAnomaliesResponseDataAttributes |
totalCount(Long totalCount) |
public boolean unparsed
public static final String JSON_PROPERTY_ANOMALIES
public static final String JSON_PROPERTY_AVG_DAILY_ANOMALOUS_COST
public static final String JSON_PROPERTY_TOTAL_ACTUAL_COST
public static final String JSON_PROPERTY_TOTAL_ANOMALOUS_COST
public static final String JSON_PROPERTY_TOTAL_COUNT
public CostAnomaliesResponseDataAttributes anomalies(List<CostAnomaly> anomalies)
public CostAnomaliesResponseDataAttributes addAnomaliesItem(CostAnomaly anomaliesItem)
public List<CostAnomaly> getAnomalies()
public void setAnomalies(List<CostAnomaly> anomalies)
public CostAnomaliesResponseDataAttributes avgDailyAnomalousCost(Double avgDailyAnomalousCost)
public Double getAvgDailyAnomalousCost()
public void setAvgDailyAnomalousCost(Double avgDailyAnomalousCost)
public CostAnomaliesResponseDataAttributes totalActualCost(Double totalActualCost)
public Double getTotalActualCost()
public void setTotalActualCost(Double totalActualCost)
public CostAnomaliesResponseDataAttributes totalAnomalousCost(Double totalAnomalousCost)
public Double getTotalAnomalousCost()
public void setTotalAnomalousCost(Double totalAnomalousCost)
public CostAnomaliesResponseDataAttributes totalCount(Long totalCount)
public Long getTotalCount()
public void setTotalCount(Long totalCount)
public CostAnomaliesResponseDataAttributes 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.