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