@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RetentionCompute extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AGGREGATION |
static String |
JSON_PROPERTY_METRIC |
boolean |
unparsed |
| Constructor and Description |
|---|
RetentionCompute() |
RetentionCompute(EventsAggregation aggregation,
RetentionComputeMetric metric) |
| Modifier and Type | Method and Description |
|---|---|
RetentionCompute |
aggregation(EventsAggregation aggregation) |
boolean |
equals(Object o)
Return true if this RetentionCompute object is equal to o.
|
EventsAggregation |
getAggregation()
The type of aggregation that can be performed on events-based queries.
|
RetentionComputeMetric |
getMetric()
Metric for retention compute.
|
int |
hashCode() |
RetentionCompute |
metric(RetentionComputeMetric metric) |
void |
setAggregation(EventsAggregation aggregation) |
void |
setMetric(RetentionComputeMetric metric) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AGGREGATION
public static final String JSON_PROPERTY_METRIC
public RetentionCompute()
public RetentionCompute(EventsAggregation aggregation, RetentionComputeMetric metric)
public RetentionCompute aggregation(EventsAggregation aggregation)
public EventsAggregation getAggregation()
public void setAggregation(EventsAggregation aggregation)
public RetentionCompute metric(RetentionComputeMetric metric)
public RetentionComputeMetric getMetric()
public void setMetric(RetentionComputeMetric metric)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.