@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MetricsQueryMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AGGR |
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_END |
static String |
JSON_PROPERTY_EXPRESSION |
static String |
JSON_PROPERTY_INTERVAL |
static String |
JSON_PROPERTY_LENGTH |
static String |
JSON_PROPERTY_METRIC |
static String |
JSON_PROPERTY_POINTLIST |
static String |
JSON_PROPERTY_QUERY_INDEX |
static String |
JSON_PROPERTY_SCOPE |
static String |
JSON_PROPERTY_START |
static String |
JSON_PROPERTY_TAG_SET |
static String |
JSON_PROPERTY_UNIT |
boolean |
unparsed |
| Constructor and Description |
|---|
MetricsQueryMetadata() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this MetricsQueryMetadata 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.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getAggr_JsonNullable() |
String |
getAggr()
Aggregation type.
|
String |
getDisplayName()
Display name of the metric.
|
Long |
getEnd()
End of the time window, milliseconds since Unix epoch.
|
String |
getExpression()
Metric expression.
|
Long |
getInterval()
Number of milliseconds between data samples.
|
Long |
getLength()
Number of data samples.
|
String |
getMetric()
Metric name.
|
List<List<Double>> |
getPointlist()
List of points of the timeseries in milliseconds.
|
Long |
getQueryIndex()
The index of the series' query within the request.
|
String |
getScope()
Metric scope, comma separated list of tags.
|
Long |
getStart()
Start of the time window, milliseconds since Unix epoch.
|
List<String> |
getTagSet()
Unique tags identifying this series.
|
List<MetricsQueryUnit> |
getUnit()
Detailed information about the metric unit.
|
int |
hashCode() |
MetricsQueryMetadata |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AGGR
public static final String JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_END
public static final String JSON_PROPERTY_EXPRESSION
public static final String JSON_PROPERTY_INTERVAL
public static final String JSON_PROPERTY_LENGTH
public static final String JSON_PROPERTY_METRIC
public static final String JSON_PROPERTY_POINTLIST
public static final String JSON_PROPERTY_QUERY_INDEX
public static final String JSON_PROPERTY_SCOPE
public static final String JSON_PROPERTY_START
public static final String JSON_PROPERTY_TAG_SET
public static final String JSON_PROPERTY_UNIT
@Nullable public String getAggr()
public org.openapitools.jackson.nullable.JsonNullable<String> getAggr_JsonNullable()
@Nullable public String getDisplayName()
@Nullable public Long getEnd()
@Nullable public String getExpression()
@Nullable public Long getInterval()
@Nullable public Long getLength()
@Nullable public String getMetric()
@Nullable public List<List<Double>> getPointlist()
@Nullable public Long getQueryIndex()
@Nullable public String getScope()
@Nullable public Long getStart()
@Nullable public List<String> getTagSet()
@Nullable public List<MetricsQueryUnit> 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 MetricsQueryMetadata 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.