@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RUMProductAnalyticsRetentionScale extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_LAST_MODIFIED_AT |
static String |
JSON_PROPERTY_STATE |
boolean |
unparsed |
| Constructor and Description |
|---|
RUMProductAnalyticsRetentionScale() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this RUMProductAnalyticsRetentionScale 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 |
getLastModifiedAt()
Timestamp in milliseconds when this scale was last modified.
|
RUMProductAnalyticsRetentionState |
getState()
Controls the retention policy for Product Analytics data derived from RUM events.
|
int |
hashCode() |
RUMProductAnalyticsRetentionScale |
lastModifiedAt(Long lastModifiedAt) |
RUMProductAnalyticsRetentionScale |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setLastModifiedAt(Long lastModifiedAt) |
void |
setState(RUMProductAnalyticsRetentionState state) |
RUMProductAnalyticsRetentionScale |
state(RUMProductAnalyticsRetentionState state) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_LAST_MODIFIED_AT
public static final String JSON_PROPERTY_STATE
public RUMProductAnalyticsRetentionScale lastModifiedAt(Long lastModifiedAt)
@Nullable public Long getLastModifiedAt()
public void setLastModifiedAt(Long lastModifiedAt)
public RUMProductAnalyticsRetentionScale state(RUMProductAnalyticsRetentionState state)
@Nullable public RUMProductAnalyticsRetentionState getState()
public void setState(RUMProductAnalyticsRetentionState state)
public RUMProductAnalyticsRetentionScale 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.