@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProductAnalyticsJourneyFunnelStepGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONVERSION_COUNT |
static String |
JSON_PROPERTY_ELAPSED_TIME_TO_NEXT_STEP |
static String |
JSON_PROPERTY_GROUP_TAGS |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
ProductAnalyticsJourneyFunnelStepGroup() |
ProductAnalyticsJourneyFunnelStepGroup(Long conversionCount,
ProductAnalyticsElapsedTime elapsedTimeToNextStep,
List<String> groupTags,
Double value) |
| Modifier and Type | Method and Description |
|---|---|
ProductAnalyticsJourneyFunnelStepGroup |
addGroupTagsItem(String groupTagsItem) |
ProductAnalyticsJourneyFunnelStepGroup |
conversionCount(Long conversionCount) |
ProductAnalyticsJourneyFunnelStepGroup |
elapsedTimeToNextStep(ProductAnalyticsElapsedTime elapsedTimeToNextStep) |
boolean |
equals(Object o)
Return true if this ProductAnalyticsJourneyFunnelStepGroup 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.
|
Long |
getConversionCount()
Number of entities in this group that reached the next step.
|
ProductAnalyticsElapsedTime |
getElapsedTimeToNextStep()
Elapsed time statistics (min/max/avg in milliseconds).
|
List<String> |
getGroupTags()
Group-by values identifying this cohort.
|
Double |
getValue()
Value of the computed metric for this group at this step.
|
ProductAnalyticsJourneyFunnelStepGroup |
groupTags(List<String> groupTags) |
int |
hashCode() |
ProductAnalyticsJourneyFunnelStepGroup |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setConversionCount(Long conversionCount) |
void |
setElapsedTimeToNextStep(ProductAnalyticsElapsedTime elapsedTimeToNextStep) |
void |
setGroupTags(List<String> groupTags) |
void |
setValue(Double value) |
String |
toString() |
ProductAnalyticsJourneyFunnelStepGroup |
value(Double value) |
public boolean unparsed
public static final String JSON_PROPERTY_CONVERSION_COUNT
public static final String JSON_PROPERTY_ELAPSED_TIME_TO_NEXT_STEP
public static final String JSON_PROPERTY_GROUP_TAGS
public static final String JSON_PROPERTY_VALUE
public ProductAnalyticsJourneyFunnelStepGroup()
public ProductAnalyticsJourneyFunnelStepGroup(Long conversionCount, ProductAnalyticsElapsedTime elapsedTimeToNextStep, List<String> groupTags, Double value)
public ProductAnalyticsJourneyFunnelStepGroup conversionCount(Long conversionCount)
public Long getConversionCount()
public void setConversionCount(Long conversionCount)
public ProductAnalyticsJourneyFunnelStepGroup elapsedTimeToNextStep(ProductAnalyticsElapsedTime elapsedTimeToNextStep)
public ProductAnalyticsElapsedTime getElapsedTimeToNextStep()
public void setElapsedTimeToNextStep(ProductAnalyticsElapsedTime elapsedTimeToNextStep)
public ProductAnalyticsJourneyFunnelStepGroup groupTags(List<String> groupTags)
public ProductAnalyticsJourneyFunnelStepGroup addGroupTagsItem(String groupTagsItem)
public List<String> getGroupTags()
public ProductAnalyticsJourneyFunnelStepGroup value(Double value)
public Double getValue()
public void setValue(Double value)
public ProductAnalyticsJourneyFunnelStepGroup 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.