Class PackageWithBestPrice

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T13:46:06.807293+07:00[Asia/Bangkok]") public class PackageWithBestPrice extends Object
Populated only when the type of grid item is `PACKAGE`
  • Field Details

  • Constructor Details

    • PackageWithBestPrice

      public PackageWithBestPrice()
  • Method Details

    • offer

      public PackageWithBestPrice offer(PackageOffer offer)
    • getOffer

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

      public void setOffer(PackageOffer offer)
    • hotelWithBestPrice

      public PackageWithBestPrice hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice)
    • getHotelWithBestPrice

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

      public void setHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice)
    • sort

      public PackageWithBestPrice 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 PackageWithBestPrice 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