@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProductAnalyticsJourneyListSort extends Object
facet is one
of the returned columns; otherwise it is ignored.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FACET |
static String |
JSON_PROPERTY_ORDER |
boolean |
unparsed |
| Constructor and Description |
|---|
ProductAnalyticsJourneyListSort() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ProductAnalyticsJourneyListSort object is equal to o.
|
ProductAnalyticsJourneyListSort |
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()
Column to sort on.
|
QuerySortOrder |
getOrder()
Direction of sort.
|
int |
hashCode() |
ProductAnalyticsJourneyListSort |
order(QuerySortOrder order) |
ProductAnalyticsJourneyListSort |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFacet(String facet) |
void |
setOrder(QuerySortOrder order) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FACET
public static final String JSON_PROPERTY_ORDER
public ProductAnalyticsJourneyListSort facet(String facet)
@Nullable public String getFacet()
public void setFacet(String facet)
public ProductAnalyticsJourneyListSort order(QuerySortOrder order)
@Nullable public QuerySortOrder getOrder()
public void setOrder(QuerySortOrder order)
public ProductAnalyticsJourneyListSort 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.