@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RumRetentionQuotaConfigAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CUSTOM |
static String |
JSON_PROPERTY_MODE |
static String |
JSON_PROPERTY_ORG_ID |
static String |
JSON_PROPERTY_UPDATED_AT |
static String |
JSON_PROPERTY_UPDATED_BY |
boolean |
unparsed |
| Constructor and Description |
|---|
RumRetentionQuotaConfigAttributes() |
RumRetentionQuotaConfigAttributes(RumRetentionQuotaMode mode,
Long orgId) |
| Modifier and Type | Method and Description |
|---|---|
RumRetentionQuotaConfigAttributes |
custom(RumRetentionQuotaCustomConfig custom) |
boolean |
equals(Object o)
Return true if this RumRetentionQuotaConfigAttributes 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.
|
RumRetentionQuotaCustomConfig |
getCustom()
The configuration used when
mode is custom. |
RumRetentionQuotaMode |
getMode()
The retention quota mode.
|
Long |
getOrgId()
The ID of the organization the retention quota configuration belongs to.
|
OffsetDateTime |
getUpdatedAt()
The date the retention quota configuration was last updated.
|
String |
getUpdatedBy()
The handle of the user who last updated the retention quota configuration.
|
int |
hashCode() |
RumRetentionQuotaConfigAttributes |
mode(RumRetentionQuotaMode mode) |
RumRetentionQuotaConfigAttributes |
orgId(Long orgId) |
RumRetentionQuotaConfigAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCustom(RumRetentionQuotaCustomConfig custom) |
void |
setMode(RumRetentionQuotaMode mode) |
void |
setOrgId(Long orgId) |
void |
setUpdatedAt(OffsetDateTime updatedAt) |
void |
setUpdatedBy(String updatedBy) |
String |
toString() |
RumRetentionQuotaConfigAttributes |
updatedAt(OffsetDateTime updatedAt) |
RumRetentionQuotaConfigAttributes |
updatedBy(String updatedBy) |
public boolean unparsed
public static final String JSON_PROPERTY_CUSTOM
public static final String JSON_PROPERTY_MODE
public static final String JSON_PROPERTY_ORG_ID
public static final String JSON_PROPERTY_UPDATED_AT
public static final String JSON_PROPERTY_UPDATED_BY
public RumRetentionQuotaConfigAttributes()
public RumRetentionQuotaConfigAttributes(RumRetentionQuotaMode mode, Long orgId)
public RumRetentionQuotaConfigAttributes custom(RumRetentionQuotaCustomConfig custom)
@Nullable public RumRetentionQuotaCustomConfig getCustom()
mode is custom.public void setCustom(RumRetentionQuotaCustomConfig custom)
public RumRetentionQuotaConfigAttributes mode(RumRetentionQuotaMode mode)
public RumRetentionQuotaMode getMode()
custom enforces a fixed session limit. custom
is the only supported mode.public void setMode(RumRetentionQuotaMode mode)
public RumRetentionQuotaConfigAttributes orgId(Long orgId)
public Long getOrgId()
public void setOrgId(Long orgId)
public RumRetentionQuotaConfigAttributes updatedAt(OffsetDateTime updatedAt)
@Nullable public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public RumRetentionQuotaConfigAttributes updatedBy(String updatedBy)
@Nullable public String getUpdatedBy()
public void setUpdatedBy(String updatedBy)
public RumRetentionQuotaConfigAttributes 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.