@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RumRetentionFilterUpdateData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
RumRetentionFilterUpdateData() |
RumRetentionFilterUpdateData(RumRetentionFilterUpdateAttributes attributes,
String id,
RumRetentionFilterType type) |
| Modifier and Type | Method and Description |
|---|---|
RumRetentionFilterUpdateData |
attributes(RumRetentionFilterUpdateAttributes attributes) |
boolean |
equals(Object o)
Return true if this RumRetentionFilterUpdateData 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.
|
RumRetentionFilterUpdateAttributes |
getAttributes()
The object describing attributes of a RUM retention filter to update.
|
String |
getId()
ID of retention filter in UUID.
|
RumRetentionFilterType |
getType()
The type of the resource.
|
int |
hashCode() |
RumRetentionFilterUpdateData |
id(String id) |
RumRetentionFilterUpdateData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(RumRetentionFilterUpdateAttributes attributes) |
void |
setId(String id) |
void |
setType(RumRetentionFilterType type) |
String |
toString() |
RumRetentionFilterUpdateData |
type(RumRetentionFilterType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public RumRetentionFilterUpdateData()
public RumRetentionFilterUpdateData(RumRetentionFilterUpdateAttributes attributes, String id, RumRetentionFilterType type)
public RumRetentionFilterUpdateData attributes(RumRetentionFilterUpdateAttributes attributes)
public RumRetentionFilterUpdateAttributes getAttributes()
public void setAttributes(RumRetentionFilterUpdateAttributes attributes)
public RumRetentionFilterUpdateData id(String id)
public String getId()
public void setId(String id)
public RumRetentionFilterUpdateData type(RumRetentionFilterType type)
public RumRetentionFilterType getType()
public void setType(RumRetentionFilterType type)
public RumRetentionFilterUpdateData 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 © 2025. All rights reserved.