@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DistributionPointsSeries extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HOST |
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 |
|---|
DistributionPointsSeries() |
DistributionPointsSeries(String metric,
List<List<DistributionPointItem>> points) |
| Modifier and Type | Method and Description |
|---|---|
DistributionPointsSeries |
addPointsItem(List<DistributionPointItem> pointsItem) |
DistributionPointsSeries |
addTagsItem(String tagsItem) |
boolean |
equals(Object o)
Return true if this DistributionPointsSeries 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 distribution point metric.
|
String |
getMetric()
The name of the distribution points metric.
|
List<List<DistributionPointItem>> |
getPoints()
Points relating to the distribution point metric.
|
List<String> |
getTags()
A list of tags associated with the distribution point metric.
|
DistributionPointsType |
getType()
The type of the distribution point.
|
int |
hashCode() |
DistributionPointsSeries |
host(String host) |
DistributionPointsSeries |
metric(String metric) |
DistributionPointsSeries |
points(List<List<DistributionPointItem>> points) |
DistributionPointsSeries |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHost(String host) |
void |
setMetric(String metric) |
void |
setPoints(List<List<DistributionPointItem>> points) |
void |
setTags(List<String> tags) |
void |
setType(DistributionPointsType type) |
DistributionPointsSeries |
tags(List<String> tags) |
String |
toString() |
DistributionPointsSeries |
type(DistributionPointsType type) |
public boolean unparsed
public static final String JSON_PROPERTY_HOST
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
public DistributionPointsSeries()
public DistributionPointsSeries(String metric, List<List<DistributionPointItem>> points)
public DistributionPointsSeries host(String host)
@Nullable public String getHost()
public void setHost(String host)
public DistributionPointsSeries metric(String metric)
public String getMetric()
public void setMetric(String metric)
public DistributionPointsSeries points(List<List<DistributionPointItem>> points)
public DistributionPointsSeries addPointsItem(List<DistributionPointItem> pointsItem)
public List<List<DistributionPointItem>> getPoints()
public void setPoints(List<List<DistributionPointItem>> points)
public DistributionPointsSeries tags(List<String> tags)
public DistributionPointsSeries addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public DistributionPointsSeries type(DistributionPointsType type)
@Nullable public DistributionPointsType getType()
public void setType(DistributionPointsType type)
public DistributionPointsSeries 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.