| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static LogsArithmeticProcessorType |
LogsArithmeticProcessorType.ARITHMETIC_PROCESSOR |
| Modifier and Type | Method and Description |
|---|---|
static LogsArithmeticProcessorType |
LogsArithmeticProcessorType.fromValue(String value) |
LogsArithmeticProcessorType |
LogsArithmeticProcessor.getType()
Type of logs arithmetic processor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogsArithmeticProcessorType.LogsArithmeticProcessorTypeSerializer.serialize(LogsArithmeticProcessorType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LogsArithmeticProcessor.setType(LogsArithmeticProcessorType type) |
LogsArithmeticProcessor |
LogsArithmeticProcessor.type(LogsArithmeticProcessorType type) |
| Constructor and Description |
|---|
LogsArithmeticProcessor(String expression,
String target,
LogsArithmeticProcessorType type) |
| Constructor and Description |
|---|
LogsArithmeticProcessorTypeSerializer(Class<LogsArithmeticProcessorType> t) |
Copyright © 2024. All rights reserved.