Class AddOnWithBestPrice

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-06-29T13:20:36.800596+07:00[Asia/Bangkok]") public class AddOnWithBestPrice extends Object
Property details along with the priced add-on record.
  • Field Details

  • Constructor Details

    • AddOnWithBestPrice

      public AddOnWithBestPrice()
  • Method Details

    • offer

      public AddOnWithBestPrice offer(AddOnOffer offer)
    • getOffer

      @Nullable @Valid public @Valid AddOnOffer getOffer()
      Get offer
      Returns:
      offer
    • setOffer

      public void setOffer(AddOnOffer offer)
    • hotelWithBestPrice

      public AddOnWithBestPrice hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice)
    • getHotelWithBestPrice

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

      public void setHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice)
    • sort

      public AddOnWithBestPrice 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 AddOnWithBestPrice channelInventoryIdentifier(String channelInventoryIdentifier)
    • getChannelInventoryIdentifier

      @Nullable public String getChannelInventoryIdentifier()
      Channel inventory identifier referencing this spa.
      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