@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsArrayMapArithmeticSubProcessor extends Object
is_enabled is not supported.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EXPRESSION |
static String |
JSON_PROPERTY_IS_REPLACE_MISSING |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_TARGET |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsArrayMapArithmeticSubProcessor() |
LogsArrayMapArithmeticSubProcessor(String expression,
String target,
LogsArithmeticProcessorType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this LogsArrayMapArithmeticSubProcessor object is equal to o.
|
LogsArrayMapArithmeticSubProcessor |
expression(String expression) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getExpression()
Arithmetic operation to perform.
|
Boolean |
getIsReplaceMissing()
Replace missing attribute values with 0.
|
String |
getName()
Name of the sub-processor.
|
String |
getTarget()
Target attribute path for the result.
|
LogsArithmeticProcessorType |
getType()
Type of logs arithmetic processor.
|
int |
hashCode() |
LogsArrayMapArithmeticSubProcessor |
isReplaceMissing(Boolean isReplaceMissing) |
LogsArrayMapArithmeticSubProcessor |
name(String name) |
LogsArrayMapArithmeticSubProcessor |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setExpression(String expression) |
void |
setIsReplaceMissing(Boolean isReplaceMissing) |
void |
setName(String name) |
void |
setTarget(String target) |
void |
setType(LogsArithmeticProcessorType type) |
LogsArrayMapArithmeticSubProcessor |
target(String target) |
String |
toString() |
LogsArrayMapArithmeticSubProcessor |
type(LogsArithmeticProcessorType type) |
public boolean unparsed
public static final String JSON_PROPERTY_EXPRESSION
public static final String JSON_PROPERTY_IS_REPLACE_MISSING
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_TARGET
public static final String JSON_PROPERTY_TYPE
public LogsArrayMapArithmeticSubProcessor()
public LogsArrayMapArithmeticSubProcessor(String expression, String target, LogsArithmeticProcessorType type)
public LogsArrayMapArithmeticSubProcessor expression(String expression)
public String getExpression()
public void setExpression(String expression)
public LogsArrayMapArithmeticSubProcessor isReplaceMissing(Boolean isReplaceMissing)
@Nullable public Boolean getIsReplaceMissing()
public void setIsReplaceMissing(Boolean isReplaceMissing)
public LogsArrayMapArithmeticSubProcessor name(String name)
@Nullable public String getName()
public void setName(String name)
public LogsArrayMapArithmeticSubProcessor target(String target)
public String getTarget()
public void setTarget(String target)
public LogsArrayMapArithmeticSubProcessor type(LogsArithmeticProcessorType type)
public LogsArithmeticProcessorType getType()
public void setType(LogsArithmeticProcessorType type)
public LogsArrayMapArithmeticSubProcessor 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.