Package travel.wink.sdk.extranet.model
Class BedroomConfigurationSupplier
java.lang.Object
travel.wink.sdk.extranet.model.BedroomConfigurationSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-10T10:48:44.479471290+07:00[Asia/Bangkok]")
public class BedroomConfigurationSupplier
extends Object
BedroomConfigurationSupplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBedroomListItem(BedroomSupplier bedroomListItem) bedroomList(List<BedroomSupplier> bedroomList) boolean@NotNull @Valid List<BedroomSupplier>A room type can have more than one bedroom configuration.@NotNull @Valid UUIDUnique identifier@NotNull StringgetName()Name of layoutinthashCode()identifier(UUID identifier) voidsetBedroomList(List<BedroomSupplier> 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
-
BedroomConfigurationSupplier
public BedroomConfigurationSupplier()
-
-
Method Details
-
identifier
-
getIdentifier
Unique identifier- Returns:
- identifier
-
setIdentifier
-
name
-
getName
Name of layout- Returns:
- name
-
setName
-
bedroomList
-
addBedroomListItem
-
getBedroomList
A room type can have more than one bedroom configuration.- Returns:
- bedroomList
-
setBedroomList
-
equals
-
hashCode
public int hashCode() -
toString
-