@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsArrayProcessorOperationExtractKeyValue extends Object
source array and stores the result in
the target attribute.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_KEY_TO_EXTRACT |
static String |
JSON_PROPERTY_OVERRIDE_ON_CONFLICT |
static String |
JSON_PROPERTY_SOURCE |
static String |
JSON_PROPERTY_TARGET |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_VALUE_TO_EXTRACT |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsArrayProcessorOperationExtractKeyValue() |
LogsArrayProcessorOperationExtractKeyValue(String keyToExtract,
String source,
LogsArrayProcessorOperationExtractKeyValueType type,
String valueToExtract) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this LogsArrayProcessorOperationExtractKeyValue object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getKeyToExtract()
Key of the attribute in each array element that holds the name to use for the extracted
attribute.
|
Boolean |
getOverrideOnConflict()
Whether to override the target element if it's already set.
|
String |
getSource()
Attribute path of the array to extract key-value pairs from.
|
String |
getTarget()
Attribute that receives the extracted key-value pairs.
|
LogsArrayProcessorOperationExtractKeyValueType |
getType()
Operation type.
|
String |
getValueToExtract()
Key of the attribute in each array element that holds the value to use for the extracted
attribute.
|
int |
hashCode() |
LogsArrayProcessorOperationExtractKeyValue |
keyToExtract(String keyToExtract) |
LogsArrayProcessorOperationExtractKeyValue |
overrideOnConflict(Boolean overrideOnConflict) |
LogsArrayProcessorOperationExtractKeyValue |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setKeyToExtract(String keyToExtract) |
void |
setOverrideOnConflict(Boolean overrideOnConflict) |
void |
setSource(String source) |
void |
setTarget(String target) |
void |
setType(LogsArrayProcessorOperationExtractKeyValueType type) |
void |
setValueToExtract(String valueToExtract) |
LogsArrayProcessorOperationExtractKeyValue |
source(String source) |
LogsArrayProcessorOperationExtractKeyValue |
target(String target) |
String |
toString() |
LogsArrayProcessorOperationExtractKeyValue |
type(LogsArrayProcessorOperationExtractKeyValueType type) |
LogsArrayProcessorOperationExtractKeyValue |
valueToExtract(String valueToExtract) |
public boolean unparsed
public static final String JSON_PROPERTY_KEY_TO_EXTRACT
public static final String JSON_PROPERTY_OVERRIDE_ON_CONFLICT
public static final String JSON_PROPERTY_SOURCE
public static final String JSON_PROPERTY_TARGET
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_VALUE_TO_EXTRACT
public LogsArrayProcessorOperationExtractKeyValue()
public LogsArrayProcessorOperationExtractKeyValue(String keyToExtract, String source, LogsArrayProcessorOperationExtractKeyValueType type, String valueToExtract)
public LogsArrayProcessorOperationExtractKeyValue keyToExtract(String keyToExtract)
public String getKeyToExtract()
public void setKeyToExtract(String keyToExtract)
public LogsArrayProcessorOperationExtractKeyValue overrideOnConflict(Boolean overrideOnConflict)
@Nullable public Boolean getOverrideOnConflict()
public void setOverrideOnConflict(Boolean overrideOnConflict)
public LogsArrayProcessorOperationExtractKeyValue source(String source)
public String getSource()
public void setSource(String source)
public LogsArrayProcessorOperationExtractKeyValue target(String target)
@Nullable public String getTarget()
public void setTarget(String target)
public LogsArrayProcessorOperationExtractKeyValue type(LogsArrayProcessorOperationExtractKeyValueType type)
public LogsArrayProcessorOperationExtractKeyValueType getType()
public void setType(LogsArrayProcessorOperationExtractKeyValueType type)
public LogsArrayProcessorOperationExtractKeyValue valueToExtract(String valueToExtract)
public String getValueToExtract()
public void setValueToExtract(String valueToExtract)
public LogsArrayProcessorOperationExtractKeyValue 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 © 2026. All rights reserved.