@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TimeseriesResponseSeries extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_GROUP_TAGS |
static String |
JSON_PROPERTY_QUERY_INDEX |
static String |
JSON_PROPERTY_UNIT |
boolean |
unparsed |
| Constructor and Description |
|---|
TimeseriesResponseSeries() |
| Modifier and Type | Method and Description |
|---|---|
TimeseriesResponseSeries |
addGroupTagsItem(String groupTagsItem) |
TimeseriesResponseSeries |
addUnitItem(Unit unitItem) |
boolean |
equals(Object o)
Return true if this TimeseriesResponseSeries 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<String> |
getGroupTags()
List of tags that apply to a single response value.
|
Integer |
getQueryIndex()
The index of the query in the "formulas" array (or "queries" array if no "formulas" was
specified).
|
org.openapitools.jackson.nullable.JsonNullable<List<Unit>> |
getUnit_JsonNullable() |
List<Unit> |
getUnit()
Detailed information about the unit.
|
TimeseriesResponseSeries |
groupTags(List<String> groupTags) |
int |
hashCode() |
TimeseriesResponseSeries |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TimeseriesResponseSeries |
queryIndex(Integer queryIndex) |
void |
setGroupTags(List<String> groupTags) |
void |
setQueryIndex(Integer queryIndex) |
void |
setUnit_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<Unit>> unit) |
void |
setUnit(List<Unit> unit) |
String |
toString() |
TimeseriesResponseSeries |
unit(List<Unit> unit) |
public boolean unparsed
public static final String JSON_PROPERTY_GROUP_TAGS
public static final String JSON_PROPERTY_QUERY_INDEX
public static final String JSON_PROPERTY_UNIT
public TimeseriesResponseSeries groupTags(List<String> groupTags)
public TimeseriesResponseSeries addGroupTagsItem(String groupTagsItem)
@Nullable public List<String> getGroupTags()
public TimeseriesResponseSeries queryIndex(Integer queryIndex)
@Nullable public Integer getQueryIndex()
public void setQueryIndex(Integer queryIndex)
public TimeseriesResponseSeries unit(List<Unit> unit)
public TimeseriesResponseSeries addUnitItem(Unit unitItem)
@Nullable public List<Unit> getUnit()
bytes in bytes per second). The second element describes the
"per unit" (for example, second in bytes per second). If the second
element is not present, the API returns null.public org.openapitools.jackson.nullable.JsonNullable<List<Unit>> getUnit_JsonNullable()
public void setUnit_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<Unit>> unit)
public TimeseriesResponseSeries 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.