Class BedroomConfiguration

java.lang.Object
travel.wink.sdk.extranet.model.BedroomConfiguration

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-03-10T10:48:44.479471290+07:00[Asia/Bangkok]") public class BedroomConfiguration extends Object
BedroomConfiguration
  • Field Details

  • Constructor Details

    • BedroomConfiguration

      public BedroomConfiguration()
  • Method Details

    • identifier

      public BedroomConfiguration identifier(UUID identifier)
    • getIdentifier

      @Nonnull @NotNull @Valid public @NotNull @Valid UUID getIdentifier()
      Unique identifier
      Returns:
      identifier
    • setIdentifier

      public void setIdentifier(UUID identifier)
    • name

      public BedroomConfiguration name(String name)
    • getName

      @Nonnull @NotNull public @NotNull String getName()
      Name of layout
      Returns:
      name
    • setName

      public void setName(String name)
    • bedroomList

      public BedroomConfiguration bedroomList(List<Bedroom> bedroomList)
    • addBedroomListItem

      public BedroomConfiguration addBedroomListItem(Bedroom bedroomListItem)
    • getBedroomList

      @Nonnull @NotNull @Valid public @NotNull @Valid List<Bedroom> getBedroomList()
      A room type can have more than one bedroom configuration.
      Returns:
      bedroomList
    • setBedroomList

      public void setBedroomList(List<Bedroom> bedroomList)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object