@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RumConfigAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DISABLED |
static String |
JSON_PROPERTY_ENFORCED_APPLICATION_TAGS |
static String |
JSON_PROPERTY_ENFORCED_APPLICATION_TAGS_UPDATED_AT |
static String |
JSON_PROPERTY_ENFORCED_APPLICATION_TAGS_UPDATED_BY |
static String |
JSON_PROPERTY_OOTB_METRICS_VERSION |
static String |
JSON_PROPERTY_OOTB_METRICS_VERSION_INSTALLED_AT |
static String |
JSON_PROPERTY_RETENTION_FILTERS_ENABLED |
static String |
JSON_PROPERTY_RETENTION_FILTERS_ENABLED_UPDATED_AT |
static String |
JSON_PROPERTY_RETENTION_FILTERS_ENABLED_UPDATED_BY |
boolean |
unparsed |
| Constructor and Description |
|---|
RumConfigAttributes() |
RumConfigAttributes(Boolean enforcedApplicationTags,
Boolean retentionFiltersEnabled) |
| Modifier and Type | Method and Description |
|---|---|
RumConfigAttributes |
disabled(Boolean disabled) |
RumConfigAttributes |
enforcedApplicationTags(Boolean enforcedApplicationTags) |
RumConfigAttributes |
enforcedApplicationTagsUpdatedAt(OffsetDateTime enforcedApplicationTagsUpdatedAt) |
RumConfigAttributes |
enforcedApplicationTagsUpdatedBy(String enforcedApplicationTagsUpdatedBy) |
boolean |
equals(Object o)
Return true if this RumConfigAttributes 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.
|
Boolean |
getDisabled()
Whether the RUM configuration is disabled for the organization.
|
Boolean |
getEnforcedApplicationTags()
Whether application tags are enforced for the RUM applications in the organization.
|
OffsetDateTime |
getEnforcedApplicationTagsUpdatedAt()
Timestamp of when the enforced application tags setting was last updated.
|
String |
getEnforcedApplicationTagsUpdatedBy()
Handle of the user who last updated the enforced application tags setting.
|
Long |
getOotbMetricsVersion()
Version of the out-of-the-box metrics installed for the organization.
|
OffsetDateTime |
getOotbMetricsVersionInstalledAt()
Timestamp of when the out-of-the-box metrics version was installed.
|
Boolean |
getRetentionFiltersEnabled()
Whether retention filters are enabled for the organization.
|
OffsetDateTime |
getRetentionFiltersEnabledUpdatedAt()
Timestamp of when the retention filters setting was last updated.
|
String |
getRetentionFiltersEnabledUpdatedBy()
Handle of the user or job who last updated the retention filters setting.
|
int |
hashCode() |
RumConfigAttributes |
ootbMetricsVersion(Long ootbMetricsVersion) |
RumConfigAttributes |
ootbMetricsVersionInstalledAt(OffsetDateTime ootbMetricsVersionInstalledAt) |
RumConfigAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
RumConfigAttributes |
retentionFiltersEnabled(Boolean retentionFiltersEnabled) |
RumConfigAttributes |
retentionFiltersEnabledUpdatedAt(OffsetDateTime retentionFiltersEnabledUpdatedAt) |
RumConfigAttributes |
retentionFiltersEnabledUpdatedBy(String retentionFiltersEnabledUpdatedBy) |
void |
setDisabled(Boolean disabled) |
void |
setEnforcedApplicationTags(Boolean enforcedApplicationTags) |
void |
setEnforcedApplicationTagsUpdatedAt(OffsetDateTime enforcedApplicationTagsUpdatedAt) |
void |
setEnforcedApplicationTagsUpdatedBy(String enforcedApplicationTagsUpdatedBy) |
void |
setOotbMetricsVersion(Long ootbMetricsVersion) |
void |
setOotbMetricsVersionInstalledAt(OffsetDateTime ootbMetricsVersionInstalledAt) |
void |
setRetentionFiltersEnabled(Boolean retentionFiltersEnabled) |
void |
setRetentionFiltersEnabledUpdatedAt(OffsetDateTime retentionFiltersEnabledUpdatedAt) |
void |
setRetentionFiltersEnabledUpdatedBy(String retentionFiltersEnabledUpdatedBy) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DISABLED
public static final String JSON_PROPERTY_ENFORCED_APPLICATION_TAGS
public static final String JSON_PROPERTY_ENFORCED_APPLICATION_TAGS_UPDATED_AT
public static final String JSON_PROPERTY_ENFORCED_APPLICATION_TAGS_UPDATED_BY
public static final String JSON_PROPERTY_OOTB_METRICS_VERSION
public static final String JSON_PROPERTY_OOTB_METRICS_VERSION_INSTALLED_AT
public static final String JSON_PROPERTY_RETENTION_FILTERS_ENABLED
public static final String JSON_PROPERTY_RETENTION_FILTERS_ENABLED_UPDATED_AT
public static final String JSON_PROPERTY_RETENTION_FILTERS_ENABLED_UPDATED_BY
public RumConfigAttributes disabled(Boolean disabled)
@Nullable public Boolean getDisabled()
public void setDisabled(Boolean disabled)
public RumConfigAttributes enforcedApplicationTags(Boolean enforcedApplicationTags)
public Boolean getEnforcedApplicationTags()
public void setEnforcedApplicationTags(Boolean enforcedApplicationTags)
public RumConfigAttributes enforcedApplicationTagsUpdatedAt(OffsetDateTime enforcedApplicationTagsUpdatedAt)
@Nullable public OffsetDateTime getEnforcedApplicationTagsUpdatedAt()
public void setEnforcedApplicationTagsUpdatedAt(OffsetDateTime enforcedApplicationTagsUpdatedAt)
public RumConfigAttributes enforcedApplicationTagsUpdatedBy(String enforcedApplicationTagsUpdatedBy)
@Nullable public String getEnforcedApplicationTagsUpdatedBy()
public void setEnforcedApplicationTagsUpdatedBy(String enforcedApplicationTagsUpdatedBy)
public RumConfigAttributes ootbMetricsVersion(Long ootbMetricsVersion)
@Nullable public Long getOotbMetricsVersion()
public void setOotbMetricsVersion(Long ootbMetricsVersion)
public RumConfigAttributes ootbMetricsVersionInstalledAt(OffsetDateTime ootbMetricsVersionInstalledAt)
@Nullable public OffsetDateTime getOotbMetricsVersionInstalledAt()
public void setOotbMetricsVersionInstalledAt(OffsetDateTime ootbMetricsVersionInstalledAt)
public RumConfigAttributes retentionFiltersEnabled(Boolean retentionFiltersEnabled)
public Boolean getRetentionFiltersEnabled()
public void setRetentionFiltersEnabled(Boolean retentionFiltersEnabled)
public RumConfigAttributes retentionFiltersEnabledUpdatedAt(OffsetDateTime retentionFiltersEnabledUpdatedAt)
@Nullable public OffsetDateTime getRetentionFiltersEnabledUpdatedAt()
public void setRetentionFiltersEnabledUpdatedAt(OffsetDateTime retentionFiltersEnabledUpdatedAt)
public RumConfigAttributes retentionFiltersEnabledUpdatedBy(String retentionFiltersEnabledUpdatedBy)
@Nullable public String getRetentionFiltersEnabledUpdatedBy()
public void setRetentionFiltersEnabledUpdatedBy(String retentionFiltersEnabledUpdatedBy)
public RumConfigAttributes 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.