@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) |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.