Package travel.wink.sdk.affiliate.model
Class BedroomAffiliate
java.lang.Object
travel.wink.sdk.affiliate.model.BedroomAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-06T15:45:36.063243408+07:00[Asia/Bangkok]")
public class BedroomAffiliate
extends Object
BedroomAffiliate
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBedListItem(BedAffiliate bedListItem) bedList(List<BedAffiliate> bedList) boolean@NotNull @Valid List<BedAffiliate>A bedroom can have more than one bed type.@NotNull BedroomAffiliate.TypeEnumgetType()Type of bedroominthashCode()voidsetBedList(List<BedAffiliate> bedList) voidtoString()
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_BED_LIST
- See Also:
-
-
Constructor Details
-
BedroomAffiliate
public BedroomAffiliate()
-
-
Method Details
-
type
-
getType
Type of bedroom- Returns:
- type
-
setType
-
bedList
-
addBedListItem
-
getBedList
A bedroom can have more than one bed type.- Returns:
- bedList
-
setBedList
-
equals
-
hashCode
public int hashCode() -
toString
-