| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static MetricType |
MetricType.METRICS |
| Modifier and Type | Method and Description |
|---|---|
static MetricType |
MetricType.fromValue(String value) |
MetricType |
MetricAllTags.getType()
The metric resource type.
|
MetricType |
Metric.getType()
The metric resource type.
|
MetricType |
MetricAssetResponseData.getType()
The metric resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricType.MetricTypeSerializer.serialize(MetricType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
MetricAllTags.setType(MetricType type) |
void |
Metric.setType(MetricType type) |
void |
MetricAssetResponseData.setType(MetricType type) |
MetricAllTags |
MetricAllTags.type(MetricType type) |
Metric |
Metric.type(MetricType type) |
MetricAssetResponseData |
MetricAssetResponseData.type(MetricType type) |
| Constructor and Description |
|---|
MetricAssetResponseData(String id,
MetricType type) |
| Constructor and Description |
|---|
MetricTypeSerializer(Class<MetricType> t) |
Copyright © 2024. All rights reserved.