@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RumRateLimitAdaptiveConfig extends Object
mode is adaptive.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_MAX_RETENTION_RATE |
boolean |
unparsed |
| Constructor and Description |
|---|
RumRateLimitAdaptiveConfig() |
RumRateLimitAdaptiveConfig(Double maxRetentionRate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this RumRateLimitAdaptiveConfig 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.
|
Double |
getMaxRetentionRate()
The maximum fraction of sessions to retain, in the range
(0, 1]. |
int |
hashCode() |
RumRateLimitAdaptiveConfig |
maxRetentionRate(Double maxRetentionRate) |
RumRateLimitAdaptiveConfig |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setMaxRetentionRate(Double maxRetentionRate) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_MAX_RETENTION_RATE
public RumRateLimitAdaptiveConfig()
public RumRateLimitAdaptiveConfig(Double maxRetentionRate)
public RumRateLimitAdaptiveConfig maxRetentionRate(Double maxRetentionRate)
public Double getMaxRetentionRate()
(0, 1]. minimum: 0
maximum: 1public void setMaxRetentionRate(Double maxRetentionRate)
public RumRateLimitAdaptiveConfig 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.