@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RumRetentionQuotaConfigData 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 |
|---|
RumRetentionQuotaConfigData() |
RumRetentionQuotaConfigData(RumRetentionQuotaConfigAttributes attributes,
String id,
RumRetentionQuotaConfigType type) |
| Modifier and Type | Method and Description |
|---|---|
RumRetentionQuotaConfigData |
attributes(RumRetentionQuotaConfigAttributes attributes) |
boolean |
equals(Object o)
Return true if this RumRetentionQuotaConfigData 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.
|
RumRetentionQuotaConfigAttributes |
getAttributes()
The RUM retention quota configuration properties.
|
String |
getId()
The identifier of the scope the retention quota configuration applies to.
|
RumRetentionQuotaConfigType |
getType()
The type of the resource, always
rum_quota_config. |
int |
hashCode() |
RumRetentionQuotaConfigData |
id(String id) |
RumRetentionQuotaConfigData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(RumRetentionQuotaConfigAttributes attributes) |
void |
setId(String id) |
void |
setType(RumRetentionQuotaConfigType type) |
String |
toString() |
RumRetentionQuotaConfigData |
type(RumRetentionQuotaConfigType 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 RumRetentionQuotaConfigData()
public RumRetentionQuotaConfigData(RumRetentionQuotaConfigAttributes attributes, String id, RumRetentionQuotaConfigType type)
public RumRetentionQuotaConfigData attributes(RumRetentionQuotaConfigAttributes attributes)
public RumRetentionQuotaConfigAttributes getAttributes()
public void setAttributes(RumRetentionQuotaConfigAttributes attributes)
public RumRetentionQuotaConfigData id(String id)
public String getId()
public void setId(String id)
public RumRetentionQuotaConfigData type(RumRetentionQuotaConfigType type)
public RumRetentionQuotaConfigType getType()
rum_quota_config.public void setType(RumRetentionQuotaConfigType type)
public RumRetentionQuotaConfigData 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.