Class SpaWithBestPrice

java.lang.Object
travel.wink.sdk.booking.engine.model.SpaWithBestPrice

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-28T12:57:01.511487+07:00[Asia/Bangkok]") public class SpaWithBestPrice extends Object
Property details along with the priced spa record.
  • Field Details

  • Constructor Details

    • SpaWithBestPrice

      public SpaWithBestPrice()
  • Method Details

    • spa

      public SpaWithBestPrice spa(Spa spa)
    • getSpa

      @Nullable @Valid public @Valid Spa getSpa()
      Get spa
      Returns:
      spa
    • setSpa

      public void setSpa(Spa spa)
    • price

      public SpaWithBestPrice price(LocalizedPrice price)
    • getPrice

      @Nullable @Valid public @Valid LocalizedPrice getPrice()
      Get price
      Returns:
      price
    • setPrice

      public void setPrice(LocalizedPrice price)
    • hotelWithBestPrice

      public SpaWithBestPrice hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice)
    • getHotelWithBestPrice

      @Nullable @Valid public @Valid HotelWithBestPrice getHotelWithBestPrice()
      Get hotelWithBestPrice
      Returns:
      hotelWithBestPrice
    • setHotelWithBestPrice

      public void setHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice)
    • sort

      public SpaWithBestPrice sort(Integer sort)
    • getSort

      @Nullable public Integer getSort()
      Populated when the record is in the context of static lists.
      Returns:
      sort
    • setSort

      public void setSort(Integer sort)
    • channelInventoryIdentifier

      public SpaWithBestPrice channelInventoryIdentifier(String channelInventoryIdentifier)
    • getChannelInventoryIdentifier

      @Nullable public String getChannelInventoryIdentifier()
      Channel inventory identifier referencing this record.
      Returns:
      channelInventoryIdentifier
    • setChannelInventoryIdentifier

      public void setChannelInventoryIdentifier(String channelInventoryIdentifier)
    • 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