@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class Series extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HOST |
static String |
JSON_PROPERTY_INTERVAL |
static String |
JSON_PROPERTY_METRIC |
static String |
JSON_PROPERTY_POINTS |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
Series() |
Series(String metric,
List<List<Double>> points) |
| Modifier and Type | Method and Description |
|---|---|
Series |
addPointsItem(List<Double> pointsItem) |
Series |
addTagsItem(String tagsItem) |
boolean |
equals(Object o)
Return true if this Series 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.
|
String |
getHost()
The name of the host that produced the metric.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getInterval_JsonNullable() |
Long |
getInterval()
If the type of the metric is rate or count, define the corresponding interval in seconds.
|
String |
getMetric()
The name of the timeseries.
|
List<List<Double>> |
getPoints()
Points relating to a metric.
|
List<String> |
getTags()
A list of tags associated with the metric.
|
String |
getType()
The type of the metric.
|
int |
hashCode() |
Series |
host(String host) |
Series |
interval(Long interval) |
Series |
metric(String metric) |
Series |
points(List<List<Double>> points) |
Series |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHost(String host) |
void |
setInterval_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> interval) |
void |
setInterval(Long interval) |
void |
setMetric(String metric) |
void |
setPoints(List<List<Double>> points) |
void |
setTags(List<String> tags) |
void |
setType(String type) |
Series |
tags(List<String> tags) |
String |
toString() |
Series |
type(String type) |
public boolean unparsed
public static final String JSON_PROPERTY_HOST
public static final String JSON_PROPERTY_INTERVAL
public static final String JSON_PROPERTY_METRIC
public static final String JSON_PROPERTY_POINTS
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_TYPE
@Nullable public String getHost()
public void setHost(String host)
@Nullable public Long getInterval()
public org.openapitools.jackson.nullable.JsonNullable<Long> getInterval_JsonNullable()
public void setInterval_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> interval)
public void setInterval(Long interval)
public String getMetric()
public void setMetric(String metric)
public List<List<Double>> getPoints()
@Nullable public List<String> getTags()
@Nullable public String getType()
count, gauge, and
rate.public void setType(String type)
public Series 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.