@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CommitmentsCoverageTimeseriesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COST |
static String |
JSON_PROPERTY_HOURS |
boolean |
unparsed |
| Constructor and Description |
|---|
CommitmentsCoverageTimeseriesResponse() |
CommitmentsCoverageTimeseriesResponse(CommitmentsTimeseriesMetric cost,
CommitmentsTimeseriesMetric hours) |
| Modifier and Type | Method and Description |
|---|---|
CommitmentsCoverageTimeseriesResponse |
cost(CommitmentsTimeseriesMetric cost) |
boolean |
equals(Object o)
Return true if this CommitmentsCoverageTimeseriesResponse 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.
|
CommitmentsTimeseriesMetric |
getCost()
A timeseries metric containing timestamps, series values, and optional unit metadata.
|
CommitmentsTimeseriesMetric |
getHours()
A timeseries metric containing timestamps, series values, and optional unit metadata.
|
int |
hashCode() |
CommitmentsCoverageTimeseriesResponse |
hours(CommitmentsTimeseriesMetric hours) |
CommitmentsCoverageTimeseriesResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCost(CommitmentsTimeseriesMetric cost) |
void |
setHours(CommitmentsTimeseriesMetric hours) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COST
public static final String JSON_PROPERTY_HOURS
public CommitmentsCoverageTimeseriesResponse()
public CommitmentsCoverageTimeseriesResponse(CommitmentsTimeseriesMetric cost, CommitmentsTimeseriesMetric hours)
public CommitmentsCoverageTimeseriesResponse cost(CommitmentsTimeseriesMetric cost)
public CommitmentsTimeseriesMetric getCost()
public void setCost(CommitmentsTimeseriesMetric cost)
public CommitmentsCoverageTimeseriesResponse hours(CommitmentsTimeseriesMetric hours)
public CommitmentsTimeseriesMetric getHours()
public void setHours(CommitmentsTimeseriesMetric hours)
public CommitmentsCoverageTimeseriesResponse 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.