| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static TraceType |
TraceType.TRACE |
| Modifier and Type | Method and Description |
|---|---|
static TraceType |
TraceType.fromValue(String value) |
TraceType |
TraceData.getType()
The type of the trace resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TraceType.TraceTypeSerializer.serialize(TraceType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
TraceData.setType(TraceType type) |
TraceData |
TraceData.type(TraceType type) |
| Constructor and Description |
|---|
TraceData(TraceAttributes attributes,
String id,
TraceType type) |
| Constructor and Description |
|---|
TraceTypeSerializer(Class<TraceType> t) |
Copyright © 2026. All rights reserved.