@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsExcludeAttributeProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTE_TO_EXCLUDE |
static String |
JSON_PROPERTY_IS_ENABLED |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsExcludeAttributeProcessor() |
LogsExcludeAttributeProcessor(String attributeToExclude,
LogsExcludeAttributeProcessorType type) |
| Modifier and Type | Method and Description |
|---|---|
LogsExcludeAttributeProcessor |
attributeToExclude(String attributeToExclude) |
boolean |
equals(Object o)
Return true if this LogsExcludeAttributeProcessor 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 |
getAttributeToExclude()
Name of the log attribute to remove from the log event.
|
Boolean |
getIsEnabled()
Whether or not the processor is enabled.
|
String |
getName()
Name of the processor.
|
LogsExcludeAttributeProcessorType |
getType()
Type of logs exclude attribute processor.
|
int |
hashCode() |
LogsExcludeAttributeProcessor |
isEnabled(Boolean isEnabled) |
LogsExcludeAttributeProcessor |
name(String name) |
LogsExcludeAttributeProcessor |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributeToExclude(String attributeToExclude) |
void |
setIsEnabled(Boolean isEnabled) |
void |
setName(String name) |
void |
setType(LogsExcludeAttributeProcessorType type) |
String |
toString() |
LogsExcludeAttributeProcessor |
type(LogsExcludeAttributeProcessorType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTE_TO_EXCLUDE
public static final String JSON_PROPERTY_IS_ENABLED
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_TYPE
public LogsExcludeAttributeProcessor()
public LogsExcludeAttributeProcessor(String attributeToExclude, LogsExcludeAttributeProcessorType type)
public LogsExcludeAttributeProcessor attributeToExclude(String attributeToExclude)
public String getAttributeToExclude()
public void setAttributeToExclude(String attributeToExclude)
public LogsExcludeAttributeProcessor isEnabled(Boolean isEnabled)
@Nullable public Boolean getIsEnabled()
public void setIsEnabled(Boolean isEnabled)
public LogsExcludeAttributeProcessor name(String name)
@Nullable public String getName()
public void setName(String name)
public LogsExcludeAttributeProcessor type(LogsExcludeAttributeProcessorType type)
public LogsExcludeAttributeProcessorType getType()
public void setType(LogsExcludeAttributeProcessorType type)
public LogsExcludeAttributeProcessor 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.