Class StaticListLightweightAffiliate
java.lang.Object
travel.wink.sdk.affiliate.browse.model.StaticListLightweightAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:15:43.926055890+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class StaticListLightweightAffiliate
extends Object
A curated list is a bucket that holds any type of travel blocking.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEvery affiliate starts out with a `Favorite` list. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull @Valid @Size(min=1) UUIDUnique record identifier@NotNull @Size(min=1) StringgetName()Name of curated list@NotNull @Valid @Size(min=1) UUIDList creatorgetType()Every affiliate starts out with a `Favorite` list.inthashCode()identifier(UUID identifier) ownerIdentifier(UUID ownerIdentifier) voidsetIdentifier(UUID identifier) voidvoidsetOwnerIdentifier(UUID ownerIdentifier) voidtoString()
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_OWNER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
StaticListLightweightAffiliate
public StaticListLightweightAffiliate()
-
-
Method Details
-
identifier
-
getIdentifier
Unique record identifier- Returns:
- identifier
-
setIdentifier
-
ownerIdentifier
-
getOwnerIdentifier
List creator- Returns:
- ownerIdentifier
-
setOwnerIdentifier
-
name
-
getName
Name of curated list- Returns:
- name
-
setName
-
type
-
getType
Every affiliate starts out with a `Favorite` list. All other lists will be of type `NORMAL`- Returns:
- type
-
setType
-
equals
-
hashCode
-
toString
-