| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static LogsSchemaProcessorType |
LogsSchemaProcessorType.SCHEMA_PROCESSOR |
| Modifier and Type | Method and Description |
|---|---|
static LogsSchemaProcessorType |
LogsSchemaProcessorType.fromValue(String value) |
LogsSchemaProcessorType |
LogsSchemaProcessor.getType()
Type of logs schema processor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogsSchemaProcessorType.LogsSchemaProcessorTypeSerializer.serialize(LogsSchemaProcessorType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LogsSchemaProcessor.setType(LogsSchemaProcessorType type) |
LogsSchemaProcessor |
LogsSchemaProcessor.type(LogsSchemaProcessorType type) |
| Constructor and Description |
|---|
LogsSchemaProcessor(List<LogsSchemaMapper> mappers,
String name,
LogsSchemaData schema,
LogsSchemaProcessorType type) |
| Constructor and Description |
|---|
LogsSchemaProcessorTypeSerializer(Class<LogsSchemaProcessorType> t) |
Copyright © 2026. All rights reserved.