Package travel.wink.sdk.extranet.model
Class Bedroom
java.lang.Object
travel.wink.sdk.extranet.model.Bedroom
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-03T09:32:29.460106668+07:00[Asia/Bangkok]")
public class Bedroom
extends Object
Bedroom
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBedListItem(Bed bedListItem) booleanA bedroom can have more than one bed type.@NotNull Bedroom.TypeEnumgetType()Type of bedroominthashCode()voidsetBedList(List<Bed> bedList) voidsetType(Bedroom.TypeEnum type) toString()type(Bedroom.TypeEnum type)
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_BED_LIST
- See Also:
-
-
Constructor Details
-
Bedroom
public Bedroom()
-
-
Method Details
-
type
-
getType
-
setType
-
bedList
-
addBedListItem
-
getBedList
-
setBedList
-
equals
-
hashCode
-
toString
-