@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsMetricUpdateCompute extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_INCLUDE_PERCENTILES |
boolean |
unparsed |
Constructor and Description |
---|
LogsMetricUpdateCompute() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Return true if this LogsMetricUpdateCompute object is equal to o.
|
Boolean |
getIncludePercentiles()
Toggle to include or exclude percentile aggregations for distribution metrics.
|
int |
hashCode() |
LogsMetricUpdateCompute |
includePercentiles(Boolean includePercentiles) |
void |
setIncludePercentiles(Boolean includePercentiles) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_INCLUDE_PERCENTILES
public LogsMetricUpdateCompute includePercentiles(Boolean includePercentiles)
@Nullable public Boolean getIncludePercentiles()
aggregation_type
is distribution
.public void setIncludePercentiles(Boolean includePercentiles)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.