| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static LogsCategoryProcessorType |
LogsCategoryProcessorType.CATEGORY_PROCESSOR |
| Modifier and Type | Method and Description |
|---|---|
static LogsCategoryProcessorType |
LogsCategoryProcessorType.fromValue(String value) |
LogsCategoryProcessorType |
LogsCategoryProcessor.getType()
Type of logs category processor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogsCategoryProcessorType.LogsCategoryProcessorTypeSerializer.serialize(LogsCategoryProcessorType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LogsCategoryProcessor.setType(LogsCategoryProcessorType type) |
LogsCategoryProcessor |
LogsCategoryProcessor.type(LogsCategoryProcessorType type) |
| Constructor and Description |
|---|
LogsCategoryProcessor(List<LogsCategoryProcessorCategory> categories,
String target,
LogsCategoryProcessorType type) |
| Constructor and Description |
|---|
LogsCategoryProcessorTypeSerializer(Class<LogsCategoryProcessorType> t) |
Copyright © 2024. All rights reserved.