Class GroupDescriptorNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.analytics.model.GroupDescriptorNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:16:41.091743638+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class GroupDescriptorNonAuthenticatedEntity
extends Object
GroupDescriptorNonAuthenticatedEntity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGroup sort direction -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAggregatesItem(AggregateDescriptorNonAuthenticatedEntity aggregatesItem) aggregates(List<@Valid AggregateDescriptorNonAuthenticatedEntity> aggregates) boolean@Valid List<@Valid AggregateDescriptorNonAuthenticatedEntity> Primitive aggregate data pointsgetDir()Group sort directiongetField()Field to group data set oninthashCode()voidsetAggregates(List<@Valid AggregateDescriptorNonAuthenticatedEntity> aggregates) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_FIELD
- See Also:
-
JSON_PROPERTY_DIR
- See Also:
-
JSON_PROPERTY_AGGREGATES
- See Also:
-
-
Constructor Details
-
GroupDescriptorNonAuthenticatedEntity
public GroupDescriptorNonAuthenticatedEntity()
-
-
Method Details
-
field
-
getField
-
setField
-
dir
public GroupDescriptorNonAuthenticatedEntity dir(@Nullable GroupDescriptorNonAuthenticatedEntity.DirEnum dir) -
getDir
Group sort direction- Returns:
- dir
-
setDir
-
aggregates
public GroupDescriptorNonAuthenticatedEntity aggregates(@Nullable List<@Valid AggregateDescriptorNonAuthenticatedEntity> aggregates) -
addAggregatesItem
public GroupDescriptorNonAuthenticatedEntity addAggregatesItem(AggregateDescriptorNonAuthenticatedEntity aggregatesItem) -
getAggregates
@Nullable @Valid public @Valid List<@Valid AggregateDescriptorNonAuthenticatedEntity> getAggregates()Primitive aggregate data points- Returns:
- aggregates
-
setAggregates
public void setAggregates(@Nullable List<@Valid AggregateDescriptorNonAuthenticatedEntity> aggregates) -
equals
-
hashCode
-
toString
-