@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RumExclusionFilterUpdateAttributes extends Object
enabled can be set; name, event_type
, and query must be omitted.| 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 |
|---|
RumExclusionFilterUpdateAttributes() |
| Modifier and Type | Method and Description |
|---|---|
RumExclusionFilterUpdateAttributes |
enabled(Boolean enabled) |
boolean |
equals(Object o)
Return true if this RumExclusionFilterUpdateAttributes object is equal to o.
|
RumExclusionFilterUpdateAttributes |
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() |
RumExclusionFilterUpdateAttributes |
name(String name) |
RumExclusionFilterUpdateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
RumExclusionFilterUpdateAttributes |
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 RumExclusionFilterUpdateAttributes enabled(Boolean enabled)
@Nullable public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public RumExclusionFilterUpdateAttributes eventType(RumExclusionFilterEventType eventType)
@Nullable public RumExclusionFilterEventType getEventType()
public void setEventType(RumExclusionFilterEventType eventType)
public RumExclusionFilterUpdateAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public RumExclusionFilterUpdateAttributes query(String query)
@Nullable public String getQuery()
event_type when both are provided.public void setQuery(String query)
public RumExclusionFilterUpdateAttributes 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.