Class ActivityWithBestPrice

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-06-16T12:47:15.131812+07:00[Asia/Bangkok]") public class ActivityWithBestPrice extends Object
Populated only when the type of grid item is `ACTIVITY`
  • Field Details

  • Constructor Details

    • ActivityWithBestPrice

      public ActivityWithBestPrice()
  • Method Details

    • recreation

      public ActivityWithBestPrice recreation(Recreation recreation)
    • getRecreation

      @Nullable @Valid public @Valid Recreation getRecreation()
      Get recreation
      Returns:
      recreation
    • setRecreation

      public void setRecreation(Recreation recreation)
    • price

      public ActivityWithBestPrice price(LocalizedPrice price)
    • getPrice

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

      public void setPrice(LocalizedPrice price)
    • hotelWithBestPrice

      public ActivityWithBestPrice hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice)
    • getHotelWithBestPrice

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

      public void setHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice)
    • sort

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