Package travel.wink.sdk.affiliate.model
Class SearchCategoryAffiliate
java.lang.Object
travel.wink.sdk.affiliate.model.SearchCategoryAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-08-22T15:42:37.943829811+07:00[Asia/Bangkok]")
public class SearchCategoryAffiliate
extends Object
SearchCategoryAffiliate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of search category. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCount()Quantity of items in this category.@NotNull StringgetKey()Usually the OTA reference code.@NotNull SearchCategoryAffiliate.TypeEnumgetType()Type of search category.@NotNull StringgetValue()Usually the OTA reference code value.inthashCode()voidvoidvoidvoidtoString()
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_KEY
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_COUNT
- See Also:
-
-
Constructor Details
-
SearchCategoryAffiliate
public SearchCategoryAffiliate()
-
-
Method Details
-
type
-
getType
Type of search category.- Returns:
- type
-
setType
-
key
-
getKey
Usually the OTA reference code.- Returns:
- key
-
setKey
-
value
-
getValue
Usually the OTA reference code value.- Returns:
- value
-
setValue
-
count
-
getCount
Quantity of items in this category.- Returns:
- count
-
setCount
-
equals
-
hashCode
public int hashCode() -
toString
-