| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ProductAnalyticsElapsedTime |
ProductAnalyticsElapsedTime.avg(Long avg) |
ProductAnalyticsElapsedTime |
ProductAnalyticsJourneyFunnelStepGroup.getElapsedTimeToNextStep()
Elapsed time statistics (min/max/avg in milliseconds).
|
ProductAnalyticsElapsedTime |
ProductAnalyticsJourneyFunnelStep.getElapsedTimeToNextStep()
Elapsed time statistics (min/max/avg in milliseconds).
|
ProductAnalyticsElapsedTime |
ProductAnalyticsJourneyFunnelResponseAttributes.getEndToEndElapsedTime()
Elapsed time statistics (min/max/avg in milliseconds).
|
ProductAnalyticsElapsedTime |
ProductAnalyticsElapsedTime.max(Long max) |
ProductAnalyticsElapsedTime |
ProductAnalyticsElapsedTime.min(Long min) |
ProductAnalyticsElapsedTime |
ProductAnalyticsElapsedTime.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
ProductAnalyticsJourneyFunnelStepGroup |
ProductAnalyticsJourneyFunnelStepGroup.elapsedTimeToNextStep(ProductAnalyticsElapsedTime elapsedTimeToNextStep) |
ProductAnalyticsJourneyFunnelStep |
ProductAnalyticsJourneyFunnelStep.elapsedTimeToNextStep(ProductAnalyticsElapsedTime elapsedTimeToNextStep) |
ProductAnalyticsJourneyFunnelResponseAttributes |
ProductAnalyticsJourneyFunnelResponseAttributes.endToEndElapsedTime(ProductAnalyticsElapsedTime endToEndElapsedTime) |
void |
ProductAnalyticsJourneyFunnelStepGroup.setElapsedTimeToNextStep(ProductAnalyticsElapsedTime elapsedTimeToNextStep) |
void |
ProductAnalyticsJourneyFunnelStep.setElapsedTimeToNextStep(ProductAnalyticsElapsedTime elapsedTimeToNextStep) |
void |
ProductAnalyticsJourneyFunnelResponseAttributes.setEndToEndElapsedTime(ProductAnalyticsElapsedTime endToEndElapsedTime) |
| Constructor and Description |
|---|
ProductAnalyticsJourneyFunnelResponseAttributes(Double endToEndConversionRate,
ProductAnalyticsElapsedTime endToEndElapsedTime,
List<ProductAnalyticsJourneyFunnelStep> funnelSteps,
Long initialCount) |
ProductAnalyticsJourneyFunnelStep(ProductAnalyticsElapsedTime elapsedTimeToNextStep,
List<ProductAnalyticsJourneyFunnelStepGroup> groups,
String label,
String unit,
Double value) |
ProductAnalyticsJourneyFunnelStepGroup(Long conversionCount,
ProductAnalyticsElapsedTime elapsedTimeToNextStep,
List<String> groupTags,
Double value) |
Copyright © 2026. All rights reserved.