@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() |
| Modifier and Type | Method and Description |
|---|---|
TimeseriesResponseAttributes |
addSeriesItem(TimeseriesResponseSeries seriesItem) |
TimeseriesResponseAttributes |
addTimesItem(Long timesItem) |
TimeseriesResponseAttributes |
addValuesItem(List<Double> valuesItem) |
boolean |
equals(Object o)
Return true if this TimeseriesResponseAttributes object is equal to o.
|
List<TimeseriesResponseSeries> |
getSeries()
Array of response series.
|
List<Long> |
getTimes()
Array of times, 1-1 match with individual values arrays.
|
List<List<Double>> |
getValues()
Array of value-arrays.
|
int |
hashCode() |
TimeseriesResponseAttributes |
series(List<TimeseriesResponseSeries> series) |
void |
setSeries(List<TimeseriesResponseSeries> series) |
void |
setTimes(List<Long> times) |
void |
setValues(List<List<Double>> values) |
TimeseriesResponseAttributes |
times(List<Long> times) |
String |
toString() |
TimeseriesResponseAttributes |
values(List<List<Double>> values) |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.