Package travel.wink.sdk.extranet.model
Class BedroomConfiguration
java.lang.Object
travel.wink.sdk.extranet.model.BedroomConfiguration
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-08T09:23:20.721546517+07:00[Asia/Bangkok]")
public class BedroomConfiguration
extends Object
BedroomConfiguration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBedroomListItem(Bedroom bedroomListItem) bedroomList(List<Bedroom> bedroomList) booleanA room type can have more than one bedroom configuration.@NotNull @Valid UUIDUnique identifier@NotNull StringgetName()Name of layoutinthashCode()identifier(UUID identifier) voidsetBedroomList(List<Bedroom> bedroomList) voidsetIdentifier(UUID identifier) voidtoString()
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_BEDROOM_LIST
- See Also:
-
-
Constructor Details
-
BedroomConfiguration
public BedroomConfiguration()
-
-
Method Details
-
identifier
-
getIdentifier
Unique identifier- Returns:
- identifier
-
setIdentifier
-
name
-
getName
-
setName
-
bedroomList
-
addBedroomListItem
-
getBedroomList
-
setBedroomList
-
equals
-
hashCode
-
toString
-