@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UserJourneyFormulaGroupBy extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FACET |
static String |
JSON_PROPERTY_LIMIT |
static String |
JSON_PROPERTY_SHOULD_EXCLUDE_MISSING |
static String |
JSON_PROPERTY_SORT |
static String |
JSON_PROPERTY_TARGET |
boolean |
unparsed |
| Constructor and Description |
|---|
UserJourneyFormulaGroupBy() |
UserJourneyFormulaGroupBy(String facet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this UserJourneyFormulaGroupBy object is equal to o.
|
UserJourneyFormulaGroupBy |
facet(String facet) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getFacet()
Facet name to group by.
|
Integer |
getLimit()
Maximum number of groups to return.
|
Boolean |
getShouldExcludeMissing()
Whether to exclude events missing the group-by facet.
|
FormulaAndFunctionEventQueryGroupBySort |
getSort()
Options for sorting group by results.
|
UserJourneySearchTarget |
getTarget()
Target for user journey search.
|
int |
hashCode() |
UserJourneyFormulaGroupBy |
limit(Integer limit) |
UserJourneyFormulaGroupBy |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFacet(String facet) |
void |
setLimit(Integer limit) |
void |
setShouldExcludeMissing(Boolean shouldExcludeMissing) |
void |
setSort(FormulaAndFunctionEventQueryGroupBySort sort) |
void |
setTarget(UserJourneySearchTarget target) |
UserJourneyFormulaGroupBy |
shouldExcludeMissing(Boolean shouldExcludeMissing) |
UserJourneyFormulaGroupBy |
sort(FormulaAndFunctionEventQueryGroupBySort sort) |
UserJourneyFormulaGroupBy |
target(UserJourneySearchTarget target) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FACET
public static final String JSON_PROPERTY_LIMIT
public static final String JSON_PROPERTY_SHOULD_EXCLUDE_MISSING
public static final String JSON_PROPERTY_SORT
public static final String JSON_PROPERTY_TARGET
public UserJourneyFormulaGroupBy()
public UserJourneyFormulaGroupBy(String facet)
public UserJourneyFormulaGroupBy facet(String facet)
public String getFacet()
public void setFacet(String facet)
public UserJourneyFormulaGroupBy limit(Integer limit)
@Nullable public Integer getLimit()
public void setLimit(Integer limit)
public UserJourneyFormulaGroupBy shouldExcludeMissing(Boolean shouldExcludeMissing)
@Nullable public Boolean getShouldExcludeMissing()
public void setShouldExcludeMissing(Boolean shouldExcludeMissing)
public UserJourneyFormulaGroupBy sort(FormulaAndFunctionEventQueryGroupBySort sort)
@Nullable public FormulaAndFunctionEventQueryGroupBySort getSort()
public void setSort(FormulaAndFunctionEventQueryGroupBySort sort)
public UserJourneyFormulaGroupBy target(UserJourneySearchTarget target)
@Nullable public UserJourneySearchTarget getTarget()
public void setTarget(UserJourneySearchTarget target)
public UserJourneyFormulaGroupBy 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.