@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProductAnalyticsFunnelCompute extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AGGREGATION |
static String |
JSON_PROPERTY_METRIC |
boolean |
unparsed |
| Constructor and Description |
|---|
ProductAnalyticsFunnelCompute() |
ProductAnalyticsFunnelCompute(ProductAnalyticsFunnelComputeAggregation aggregation,
ProductAnalyticsFunnelComputeMetric metric) |
| Modifier and Type | Method and Description |
|---|---|
ProductAnalyticsFunnelCompute |
aggregation(ProductAnalyticsFunnelComputeAggregation aggregation) |
boolean |
equals(Object o)
Return true if this ProductAnalyticsFunnelCompute object is equal to o.
|
ProductAnalyticsFunnelComputeAggregation |
getAggregation()
Aggregation type for user journey funnel compute.
|
ProductAnalyticsFunnelComputeMetric |
getMetric()
Metric for user journey funnel compute.
|
int |
hashCode() |
ProductAnalyticsFunnelCompute |
metric(ProductAnalyticsFunnelComputeMetric metric) |
void |
setAggregation(ProductAnalyticsFunnelComputeAggregation aggregation) |
void |
setMetric(ProductAnalyticsFunnelComputeMetric metric) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AGGREGATION
public static final String JSON_PROPERTY_METRIC
public ProductAnalyticsFunnelCompute()
public ProductAnalyticsFunnelCompute(ProductAnalyticsFunnelComputeAggregation aggregation, ProductAnalyticsFunnelComputeMetric metric)
public ProductAnalyticsFunnelCompute aggregation(ProductAnalyticsFunnelComputeAggregation aggregation)
public ProductAnalyticsFunnelComputeAggregation getAggregation()
public void setAggregation(ProductAnalyticsFunnelComputeAggregation aggregation)
public ProductAnalyticsFunnelCompute metric(ProductAnalyticsFunnelComputeMetric metric)
public ProductAnalyticsFunnelComputeMetric getMetric()
__dd.conversion and
__dd.conversion_rate accept count (unique users/sessions) and
cardinality (total users/sessions) as aggregations.public void setMetric(ProductAnalyticsFunnelComputeMetric metric)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.