@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TimeseriesResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_SERIES |
static String |
JSON_PROPERTY_TIMES |
static String |
JSON_PROPERTY_VALUES |
boolean |
unparsed |
| Constructor and Description |
|---|
TimeseriesResponseAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_SERIES
public static final String JSON_PROPERTY_TIMES
public static final String JSON_PROPERTY_VALUES
public TimeseriesResponseAttributes series(List<TimeseriesResponseSeries> series)
public TimeseriesResponseAttributes addSeriesItem(TimeseriesResponseSeries seriesItem)
@Nullable public List<TimeseriesResponseSeries> getSeries()
formulas
or queries array from the request.public void setSeries(List<TimeseriesResponseSeries> series)
public TimeseriesResponseAttributes times(List<Long> times)
public TimeseriesResponseAttributes addTimesItem(Long timesItem)
@Nullable public List<Long> getTimes()
public TimeseriesResponseAttributes values(List<List<Double>> values)
public TimeseriesResponseAttributes addValuesItem(List<Double> valuesItem)
@Nullable public List<List<Double>> getValues()
formulas or
queries array from the request.public TimeseriesResponseAttributes 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.