@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CommitmentsTimeseriesMetric extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_SERIES |
static String |
JSON_PROPERTY_TIMES |
static String |
JSON_PROPERTY_UNIT |
boolean |
unparsed |
| Constructor and Description |
|---|
CommitmentsTimeseriesMetric() |
CommitmentsTimeseriesMetric(Map<String,List<Double>> series,
List<Long> times) |
| Modifier and Type | Method and Description |
|---|---|
CommitmentsTimeseriesMetric |
addTimesItem(Long timesItem) |
boolean |
equals(Object o)
Return true if this CommitmentsTimeseriesMetric 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.
|
Map<String,List<Double>> |
getSeries()
Timeseries data as a map of series names to their corresponding value arrays.
|
List<Long> |
getTimes()
Unix timestamps in seconds for the timeseries data points.
|
CommitmentsUnit |
getUnit()
Unit metadata for a numeric metric.
|
int |
hashCode() |
CommitmentsTimeseriesMetric |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CommitmentsTimeseriesMetric |
putSeriesItem(String key,
List<Double> seriesItem) |
CommitmentsTimeseriesMetric |
series(Map<String,List<Double>> series) |
void |
setSeries(Map<String,List<Double>> series) |
void |
setTimes(List<Long> times) |
void |
setUnit(CommitmentsUnit unit) |
CommitmentsTimeseriesMetric |
times(List<Long> times) |
String |
toString() |
CommitmentsTimeseriesMetric |
unit(CommitmentsUnit unit) |
public boolean unparsed
public static final String JSON_PROPERTY_SERIES
public static final String JSON_PROPERTY_TIMES
public static final String JSON_PROPERTY_UNIT
public CommitmentsTimeseriesMetric series(Map<String,List<Double>> series)
public CommitmentsTimeseriesMetric putSeriesItem(String key, List<Double> seriesItem)
public Map<String,List<Double>> getSeries()
public CommitmentsTimeseriesMetric times(List<Long> times)
public CommitmentsTimeseriesMetric addTimesItem(Long timesItem)
public List<Long> getTimes()
public CommitmentsTimeseriesMetric unit(CommitmentsUnit unit)
@Nullable public CommitmentsUnit getUnit()
public void setUnit(CommitmentsUnit unit)
public CommitmentsTimeseriesMetric 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.