@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProductAnalyticsGraphQueryCompute extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AGGREGATION |
static String |
JSON_PROPERTY_INTERVAL |
static String |
JSON_PROPERTY_METRIC |
static String |
JSON_PROPERTY_TARGET |
boolean |
unparsed |
| Constructor and Description |
|---|
ProductAnalyticsGraphQueryCompute() |
ProductAnalyticsGraphQueryCompute(String aggregation) |
| Modifier and Type | Method and Description |
|---|---|
ProductAnalyticsGraphQueryCompute |
aggregation(String aggregation) |
boolean |
equals(Object o)
Return true if this ProductAnalyticsGraphQueryCompute 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.
|
String |
getAggregation()
Aggregation function:
count, cardinality, avg,
median, min, max, sum, or a percentile of the
form pc<N> such as pc95. |
Long |
getInterval()
Time bucket interval in milliseconds, used by timeseries queries.
|
String |
getMetric()
Metric to aggregate on.
|
ProductAnalyticsJourneyTarget |
getTarget()
A reference to a step, or a range of steps, in the journey.
|
int |
hashCode() |
ProductAnalyticsGraphQueryCompute |
interval(Long interval) |
ProductAnalyticsGraphQueryCompute |
metric(String metric) |
ProductAnalyticsGraphQueryCompute |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAggregation(String aggregation) |
void |
setInterval(Long interval) |
void |
setMetric(String metric) |
void |
setTarget(ProductAnalyticsJourneyTarget target) |
ProductAnalyticsGraphQueryCompute |
target(ProductAnalyticsJourneyTarget target) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AGGREGATION
public static final String JSON_PROPERTY_INTERVAL
public static final String JSON_PROPERTY_METRIC
public static final String JSON_PROPERTY_TARGET
public ProductAnalyticsGraphQueryCompute()
public ProductAnalyticsGraphQueryCompute(String aggregation)
public ProductAnalyticsGraphQueryCompute aggregation(String aggregation)
public String getAggregation()
count, cardinality, avg,
median, min, max, sum, or a percentile of the
form pc<N> such as pc95. Defaults to cardinality.public void setAggregation(String aggregation)
public ProductAnalyticsGraphQueryCompute interval(Long interval)
@Nullable public Long getInterval()
public void setInterval(Long interval)
public ProductAnalyticsGraphQueryCompute metric(String metric)
@Nullable public String getMetric()
@view.time_spent, or one of the
journey metrics __dd.conversion, __dd.conversion_rate,
__dd.time_to_convert, or __dd.dropoff_rate. Defaults to
__dd.conversion.public void setMetric(String metric)
public ProductAnalyticsGraphQueryCompute target(ProductAnalyticsJourneyTarget target)
@Nullable public ProductAnalyticsJourneyTarget getTarget()
node target to
name a single step, or a path target to name the range between two steps.public void setTarget(ProductAnalyticsJourneyTarget target)
public ProductAnalyticsGraphQueryCompute 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.