Package travel.wink.sdk.extranet.model
Class BedSupplierDetails
java.lang.Object
travel.wink.sdk.extranet.model.BedSupplierDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-12T17:00:54.890892627+07:00[Asia/Bangkok]")
public class BedSupplierDetails
extends Object
BedSupplierDetails
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbedTypeCode(String bedTypeCode) boolean@NotNull StringIndicates the type of bed(s) found in the room.@NotNull @Min(1L) IntegerNumber of beds for this bed type.inthashCode()voidsetBedTypeCode(String bedTypeCode) voidsetQuantity(Integer quantity) toString()
-
Field Details
-
JSON_PROPERTY_BED_TYPE_CODE
- See Also:
-
JSON_PROPERTY_QUANTITY
- See Also:
-
-
Constructor Details
-
BedSupplierDetails
public BedSupplierDetails()
-
-
Method Details
-
bedTypeCode
-
getBedTypeCode
Indicates the type of bed(s) found in the room. Typical values would be Double, Twin, Queen, or King. Supported OTA specification `BED` code. See [OTA geoname data](#operation/showAvailableCodesForCategory).- Returns:
- bedTypeCode
-
setBedTypeCode
-
quantity
-
getQuantity
Number of beds for this bed type. minimum: 1- Returns:
- quantity
-
setQuantity
-
equals
-
hashCode
-
toString
-