@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RumExclusionFilterAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ENABLED |
static String |
JSON_PROPERTY_EVENT_TYPE |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_QUERY |
boolean |
unparsed |
| Constructor and Description |
|---|
RumExclusionFilterAttributes() |
| Modifier and Type | Method and Description |
|---|---|
RumExclusionFilterAttributes |
enabled(Boolean enabled) |
boolean |
equals(Object o)
Return true if this RumExclusionFilterAttributes object is equal to o.
|
RumExclusionFilterAttributes |
eventType(RumExclusionFilterEventType eventType) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getEnabled()
Whether the exclusion filter is active.
|
RumExclusionFilterEventType |
getEventType()
The type of RUM events to filter on.
|
String |
getName()
The name of the exclusion filter.
|
String |
getQuery()
Additional query used to further restrict which RUM events are excluded.
|
int |
hashCode() |
RumExclusionFilterAttributes |
name(String name) |
RumExclusionFilterAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
RumExclusionFilterAttributes |
query(String query) |
void |
setEnabled(Boolean enabled) |
void |
setEventType(RumExclusionFilterEventType eventType) |
void |
setName(String name) |
void |
setQuery(String query) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_EVENT_TYPE
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_QUERY
public RumExclusionFilterAttributes enabled(Boolean enabled)
@Nullable public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public RumExclusionFilterAttributes eventType(RumExclusionFilterEventType eventType)
@Nullable public RumExclusionFilterEventType getEventType()
public void setEventType(RumExclusionFilterEventType eventType)
public RumExclusionFilterAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public RumExclusionFilterAttributes query(String query)
@Nullable public String getQuery()
event_type when both are provided.public void setQuery(String query)
public RumExclusionFilterAttributes 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.