@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RumExclusionFilterMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ENABLED_AT |
static String |
JSON_PROPERTY_UPDATED_AT |
static String |
JSON_PROPERTY_UPDATED_BY_HANDLE |
boolean |
unparsed |
| Constructor and Description |
|---|
RumExclusionFilterMeta() |
| Modifier and Type | Method and Description |
|---|---|
RumExclusionFilterMeta |
enabledAt(Long enabledAt) |
boolean |
equals(Object o)
Return true if this RumExclusionFilterMeta 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.
|
Long |
getEnabledAt()
Unix epoch (in milliseconds) when the exclusion filter was last enabled.
|
Long |
getUpdatedAt()
Unix epoch (in milliseconds) of the last update.
|
String |
getUpdatedByHandle()
Handle of the user who last updated the exclusion filter.
|
int |
hashCode() |
RumExclusionFilterMeta |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setEnabledAt(Long enabledAt) |
void |
setUpdatedAt(Long updatedAt) |
void |
setUpdatedByHandle(String updatedByHandle) |
String |
toString() |
RumExclusionFilterMeta |
updatedAt(Long updatedAt) |
RumExclusionFilterMeta |
updatedByHandle(String updatedByHandle) |
public boolean unparsed
public static final String JSON_PROPERTY_ENABLED_AT
public static final String JSON_PROPERTY_UPDATED_AT
public static final String JSON_PROPERTY_UPDATED_BY_HANDLE
public RumExclusionFilterMeta enabledAt(Long enabledAt)
@Nullable public Long getEnabledAt()
public void setEnabledAt(Long enabledAt)
public RumExclusionFilterMeta updatedAt(Long updatedAt)
@Nullable public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public RumExclusionFilterMeta updatedByHandle(String updatedByHandle)
@Nullable public String getUpdatedByHandle()
public void setUpdatedByHandle(String updatedByHandle)
public RumExclusionFilterMeta 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.