| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static LogsDecoderProcessorType |
LogsDecoderProcessorType.DECODER_PROCESSOR |
| Modifier and Type | Method and Description |
|---|---|
static LogsDecoderProcessorType |
LogsDecoderProcessorType.fromValue(String value) |
LogsDecoderProcessorType |
LogsDecoderProcessor.getType()
Type of logs decoder processor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogsDecoderProcessorType.LogsDecoderProcessorTypeSerializer.serialize(LogsDecoderProcessorType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LogsDecoderProcessor.setType(LogsDecoderProcessorType type) |
LogsDecoderProcessor |
LogsDecoderProcessor.type(LogsDecoderProcessorType type) |
| Constructor and Description |
|---|
LogsDecoderProcessor(LogsDecoderProcessorBinaryToTextEncoding binaryToTextEncoding,
LogsDecoderProcessorInputRepresentation inputRepresentation,
String source,
String target,
LogsDecoderProcessorType type) |
| Constructor and Description |
|---|
LogsDecoderProcessorTypeSerializer(Class<LogsDecoderProcessorType> t) |
Copyright © 2026. All rights reserved.