@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsDecoderProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BINARY_TO_TEXT_ENCODING |
static String |
JSON_PROPERTY_INPUT_REPRESENTATION |
static String |
JSON_PROPERTY_IS_ENABLED |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SOURCE |
static String |
JSON_PROPERTY_TARGET |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsDecoderProcessor() |
LogsDecoderProcessor(LogsDecoderProcessorBinaryToTextEncoding binaryToTextEncoding,
LogsDecoderProcessorInputRepresentation inputRepresentation,
String source,
String target,
LogsDecoderProcessorType type) |
public boolean unparsed
public static final String JSON_PROPERTY_BINARY_TO_TEXT_ENCODING
public static final String JSON_PROPERTY_INPUT_REPRESENTATION
public static final String JSON_PROPERTY_IS_ENABLED
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SOURCE
public static final String JSON_PROPERTY_TARGET
public static final String JSON_PROPERTY_TYPE
public LogsDecoderProcessor()
public LogsDecoderProcessor(LogsDecoderProcessorBinaryToTextEncoding binaryToTextEncoding, LogsDecoderProcessorInputRepresentation inputRepresentation, String source, String target, LogsDecoderProcessorType type)
public LogsDecoderProcessor binaryToTextEncoding(LogsDecoderProcessorBinaryToTextEncoding binaryToTextEncoding)
public LogsDecoderProcessorBinaryToTextEncoding getBinaryToTextEncoding()
public void setBinaryToTextEncoding(LogsDecoderProcessorBinaryToTextEncoding binaryToTextEncoding)
public LogsDecoderProcessor inputRepresentation(LogsDecoderProcessorInputRepresentation inputRepresentation)
public LogsDecoderProcessorInputRepresentation getInputRepresentation()
public void setInputRepresentation(LogsDecoderProcessorInputRepresentation inputRepresentation)
public LogsDecoderProcessor isEnabled(Boolean isEnabled)
@Nullable public Boolean getIsEnabled()
public void setIsEnabled(Boolean isEnabled)
public LogsDecoderProcessor name(String name)
@Nullable public String getName()
public void setName(String name)
public LogsDecoderProcessor source(String source)
public String getSource()
public void setSource(String source)
public LogsDecoderProcessor target(String target)
public String getTarget()
public void setTarget(String target)
public LogsDecoderProcessor type(LogsDecoderProcessorType type)
public LogsDecoderProcessorType getType()
public void setType(LogsDecoderProcessorType type)
public LogsDecoderProcessor putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2025. All rights reserved.