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="2023-06-13T15:18:08.025905945+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
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
-