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