@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsArrayMapStringBuilderSubProcessor extends Object
is_enabled is not supported.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_IS_REPLACE_MISSING |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_TARGET |
static String |
JSON_PROPERTY_TEMPLATE |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsArrayMapStringBuilderSubProcessor() |
LogsArrayMapStringBuilderSubProcessor(String target,
String template,
LogsStringBuilderProcessorType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this LogsArrayMapStringBuilderSubProcessor 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.
|
Boolean |
getIsReplaceMissing()
Replace missing attribute values with an empty string.
|
String |
getName()
Name of the sub-processor.
|
String |
getTarget()
Target attribute path for the result.
|
String |
getTemplate()
Formula with one or more attributes and raw text.
|
LogsStringBuilderProcessorType |
getType()
Type of logs string builder processor.
|
int |
hashCode() |
LogsArrayMapStringBuilderSubProcessor |
isReplaceMissing(Boolean isReplaceMissing) |
LogsArrayMapStringBuilderSubProcessor |
name(String name) |
LogsArrayMapStringBuilderSubProcessor |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setIsReplaceMissing(Boolean isReplaceMissing) |
void |
setName(String name) |
void |
setTarget(String target) |
void |
setTemplate(String template) |
void |
setType(LogsStringBuilderProcessorType type) |
LogsArrayMapStringBuilderSubProcessor |
target(String target) |
LogsArrayMapStringBuilderSubProcessor |
template(String template) |
String |
toString() |
LogsArrayMapStringBuilderSubProcessor |
type(LogsStringBuilderProcessorType type) |
public boolean unparsed
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_TEMPLATE
public static final String JSON_PROPERTY_TYPE
public LogsArrayMapStringBuilderSubProcessor()
public LogsArrayMapStringBuilderSubProcessor(String target, String template, LogsStringBuilderProcessorType type)
public LogsArrayMapStringBuilderSubProcessor isReplaceMissing(Boolean isReplaceMissing)
@Nullable public Boolean getIsReplaceMissing()
public void setIsReplaceMissing(Boolean isReplaceMissing)
public LogsArrayMapStringBuilderSubProcessor name(String name)
@Nullable public String getName()
public void setName(String name)
public LogsArrayMapStringBuilderSubProcessor target(String target)
public String getTarget()
public void setTarget(String target)
public LogsArrayMapStringBuilderSubProcessor template(String template)
public String getTemplate()
public void setTemplate(String template)
public LogsArrayMapStringBuilderSubProcessor type(LogsStringBuilderProcessorType type)
public LogsStringBuilderProcessorType getType()
public void setType(LogsStringBuilderProcessorType type)
public LogsArrayMapStringBuilderSubProcessor 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.