@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RumCrossProductSamplingUpdate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_TRACE_ENABLED |
static String |
JSON_PROPERTY_TRACE_SAMPLE_RATE |
boolean |
unparsed |
| Constructor and Description |
|---|
RumCrossProductSamplingUpdate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this RumCrossProductSamplingUpdate 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 |
getTraceEnabled()
Whether the cross-product retention filter for APM traces is enabled.
|
Double |
getTraceSampleRate()
The sample rate for the APM cross-product retention filter, between 0 and 100.
|
int |
hashCode() |
RumCrossProductSamplingUpdate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setTraceEnabled(Boolean traceEnabled) |
void |
setTraceSampleRate(Double traceSampleRate) |
String |
toString() |
RumCrossProductSamplingUpdate |
traceEnabled(Boolean traceEnabled) |
RumCrossProductSamplingUpdate |
traceSampleRate(Double traceSampleRate) |
public boolean unparsed
public static final String JSON_PROPERTY_TRACE_ENABLED
public static final String JSON_PROPERTY_TRACE_SAMPLE_RATE
public RumCrossProductSamplingUpdate traceEnabled(Boolean traceEnabled)
@Nullable public Boolean getTraceEnabled()
public void setTraceEnabled(Boolean traceEnabled)
public RumCrossProductSamplingUpdate traceSampleRate(Double traceSampleRate)
@Nullable public Double getTraceSampleRate()
public void setTraceSampleRate(Double traceSampleRate)
public RumCrossProductSamplingUpdate 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.