| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static SpansMetricType |
SpansMetricType.SPANS_METRICS |
| Modifier and Type | Method and Description |
|---|---|
static SpansMetricType |
SpansMetricType.fromValue(String value) |
SpansMetricType |
SpansMetricResponseData.getType()
The type of resource.
|
SpansMetricType |
SpansMetricUpdateData.getType()
The type of resource.
|
SpansMetricType |
SpansMetricCreateData.getType()
The type of resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpansMetricType.SpansMetricTypeSerializer.serialize(SpansMetricType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SpansMetricResponseData.setType(SpansMetricType type) |
void |
SpansMetricUpdateData.setType(SpansMetricType type) |
void |
SpansMetricCreateData.setType(SpansMetricType type) |
SpansMetricResponseData |
SpansMetricResponseData.type(SpansMetricType type) |
SpansMetricUpdateData |
SpansMetricUpdateData.type(SpansMetricType type) |
SpansMetricCreateData |
SpansMetricCreateData.type(SpansMetricType type) |
| Constructor and Description |
|---|
SpansMetricCreateData(SpansMetricCreateAttributes attributes,
String id,
SpansMetricType type) |
SpansMetricUpdateData(SpansMetricUpdateAttributes attributes,
SpansMetricType type) |
| Constructor and Description |
|---|
SpansMetricTypeSerializer(Class<SpansMetricType> t) |
Copyright © 2024. All rights reserved.