| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static MetricCustomTimeAggregation |
MetricCustomTimeAggregation.AVG |
static MetricCustomTimeAggregation |
MetricCustomTimeAggregation.COUNT |
static MetricCustomTimeAggregation |
MetricCustomTimeAggregation.MAX |
static MetricCustomTimeAggregation |
MetricCustomTimeAggregation.MIN |
static MetricCustomTimeAggregation |
MetricCustomTimeAggregation.SUM |
| Modifier and Type | Method and Description |
|---|---|
static MetricCustomTimeAggregation |
MetricCustomTimeAggregation.fromValue(String value) |
MetricCustomTimeAggregation |
MetricCustomAggregation.getTime()
A time aggregation for use in query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricCustomTimeAggregation.MetricCustomTimeAggregationSerializer.serialize(MetricCustomTimeAggregation value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
MetricCustomAggregation.setTime(MetricCustomTimeAggregation time) |
MetricCustomAggregation |
MetricCustomAggregation.time(MetricCustomTimeAggregation time) |
| Constructor and Description |
|---|
MetricCustomAggregation(MetricCustomSpaceAggregation space,
MetricCustomTimeAggregation time) |
| Constructor and Description |
|---|
MetricCustomTimeAggregationSerializer(Class<MetricCustomTimeAggregation> t) |
Copyright © 2024. All rights reserved.