Package travel.wink.sdk.extranet.model
Class BedroomSupplierDetails
java.lang.Object
travel.wink.sdk.extranet.model.BedroomSupplierDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-08-24T16:36:44.138518294+07:00[Asia/Bangkok]")
public class BedroomSupplierDetails
extends Object
BedroomSupplierDetails
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBedListItem(BedSupplierDetails bedListItem) bedList(List<BedSupplierDetails> bedList) boolean@NotNull @Valid List<BedSupplierDetails>A bedroom can have more than one bed type.@NotNull BedroomSupplierDetails.TypeEnumgetType()Type of bedroominthashCode()voidsetBedList(List<BedSupplierDetails> bedList) voidtoString()
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_BED_LIST
- See Also:
-
-
Constructor Details
-
BedroomSupplierDetails
public BedroomSupplierDetails()
-
-
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
-