| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static TargetFormatType |
TargetFormatType.AUTO |
static TargetFormatType |
TargetFormatType.DOUBLE |
static TargetFormatType |
TargetFormatType.INTEGER |
static TargetFormatType |
TargetFormatType.STRING |
| Modifier and Type | Method and Description |
|---|---|
static TargetFormatType |
TargetFormatType.fromValue(String value) |
TargetFormatType |
LogsAttributeRemapper.getTargetFormat()
If the
target_type of the remapper is attribute, try to cast the
value to a new specific type. |
| Modifier and Type | Method and Description |
|---|---|
void |
TargetFormatType.TargetFormatTypeSerializer.serialize(TargetFormatType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LogsAttributeRemapper.setTargetFormat(TargetFormatType targetFormat) |
LogsAttributeRemapper |
LogsAttributeRemapper.targetFormat(TargetFormatType targetFormat) |
| Constructor and Description |
|---|
TargetFormatTypeSerializer(Class<TargetFormatType> t) |
Copyright © 2024. All rights reserved.