Class BedroomConfigurationSupplierDetails
java.lang.Object
travel.wink.sdk.extranet.booking.model.BedroomConfigurationSupplierDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:17:36.846722567+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class BedroomConfigurationSupplierDetails
extends Object
BedroomConfigurationSupplierDetails
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBedroomListItem(BedroomSupplierDetails bedroomListItem) bedroomList(List<@Valid BedroomSupplierDetails> bedroomList) boolean@NotNull @Valid @Size(min=1) List<@Valid BedroomSupplierDetails> Get bedroomList@NotNull @Valid @Size(min=1) UUIDUnique identifier@NotNull @Size(min=1) StringgetName()Name of layoutinthashCode()identifier(UUID identifier) voidsetBedroomList(List<@Valid 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
public BedroomConfigurationSupplierDetails bedroomList(@Nonnull List<@Valid BedroomSupplierDetails> bedroomList) -
addBedroomListItem
public BedroomConfigurationSupplierDetails addBedroomListItem(BedroomSupplierDetails bedroomListItem) -
getBedroomList
@Nonnull @NotNull @Valid @Size(min=1) public @NotNull @Valid @Size(min=1) List<@Valid BedroomSupplierDetails> getBedroomList()Get bedroomList- Returns:
- bedroomList
-
setBedroomList
-
equals
-
hashCode
-
toString
-