@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RumMetricResponseCompute extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AGGREGATION_TYPE |
static String |
JSON_PROPERTY_INCLUDE_PERCENTILES |
static String |
JSON_PROPERTY_PATH |
boolean |
unparsed |
| Constructor and Description |
|---|
RumMetricResponseCompute() |
| Modifier and Type | Method and Description |
|---|---|
RumMetricResponseCompute |
aggregationType(RumMetricComputeAggregationType aggregationType) |
boolean |
equals(Object o)
Return true if this RumMetricResponseCompute 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.
|
RumMetricComputeAggregationType |
getAggregationType()
The type of aggregation to use.
|
Boolean |
getIncludePercentiles()
Toggle to include or exclude percentile aggregations for distribution metrics.
|
String |
getPath()
The path to the value the rum-based metric will aggregate on.
|
int |
hashCode() |
RumMetricResponseCompute |
includePercentiles(Boolean includePercentiles) |
RumMetricResponseCompute |
path(String path) |
RumMetricResponseCompute |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAggregationType(RumMetricComputeAggregationType aggregationType) |
void |
setIncludePercentiles(Boolean includePercentiles) |
void |
setPath(String path) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AGGREGATION_TYPE
public static final String JSON_PROPERTY_INCLUDE_PERCENTILES
public static final String JSON_PROPERTY_PATH
public RumMetricResponseCompute aggregationType(RumMetricComputeAggregationType aggregationType)
@Nullable public RumMetricComputeAggregationType getAggregationType()
public void setAggregationType(RumMetricComputeAggregationType aggregationType)
public RumMetricResponseCompute includePercentiles(Boolean includePercentiles)
@Nullable public Boolean getIncludePercentiles()
aggregation_type is distribution.public void setIncludePercentiles(Boolean includePercentiles)
public RumMetricResponseCompute path(String path)
@Nullable public String getPath()
aggregation_type is distribution.public void setPath(String path)
public RumMetricResponseCompute 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 © 2025. All rights reserved.