| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ProductAnalyticsJourneyFunnelStep |
ProductAnalyticsJourneyFunnelStep.addGroupsItem(ProductAnalyticsJourneyFunnelStepGroup groupsItem) |
ProductAnalyticsJourneyFunnelStep |
ProductAnalyticsJourneyFunnelStep.elapsedTimeToNextStep(ProductAnalyticsElapsedTime elapsedTimeToNextStep) |
ProductAnalyticsJourneyFunnelStep |
ProductAnalyticsJourneyFunnelStep.groups(List<ProductAnalyticsJourneyFunnelStepGroup> groups) |
ProductAnalyticsJourneyFunnelStep |
ProductAnalyticsJourneyFunnelStep.label(String label) |
ProductAnalyticsJourneyFunnelStep |
ProductAnalyticsJourneyFunnelStep.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ProductAnalyticsJourneyFunnelStep |
ProductAnalyticsJourneyFunnelStep.unit(String unit) |
ProductAnalyticsJourneyFunnelStep |
ProductAnalyticsJourneyFunnelStep.value(Double value) |
| Modifier and Type | Method and Description |
|---|---|
List<ProductAnalyticsJourneyFunnelStep> |
ProductAnalyticsJourneyFunnelResponseAttributes.getFunnelSteps()
The funnel steps, in the order given by the search expression.
|
| Modifier and Type | Method and Description |
|---|---|
ProductAnalyticsJourneyFunnelResponseAttributes |
ProductAnalyticsJourneyFunnelResponseAttributes.addFunnelStepsItem(ProductAnalyticsJourneyFunnelStep funnelStepsItem) |
| Modifier and Type | Method and Description |
|---|---|
ProductAnalyticsJourneyFunnelResponseAttributes |
ProductAnalyticsJourneyFunnelResponseAttributes.funnelSteps(List<ProductAnalyticsJourneyFunnelStep> funnelSteps) |
void |
ProductAnalyticsJourneyFunnelResponseAttributes.setFunnelSteps(List<ProductAnalyticsJourneyFunnelStep> funnelSteps) |
| Constructor and Description |
|---|
ProductAnalyticsJourneyFunnelResponseAttributes(Double endToEndConversionRate,
ProductAnalyticsElapsedTime endToEndElapsedTime,
List<ProductAnalyticsJourneyFunnelStep> funnelSteps,
Long initialCount) |
Copyright © 2026. All rights reserved.