Class AttractionWithBestPrice

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

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

  • Constructor Details

    • AttractionWithBestPrice

      public AttractionWithBestPrice()
  • Method Details

    • attraction

      public AttractionWithBestPrice attraction(Attraction attraction)
    • getAttraction

      @Nullable @Valid public @Valid Attraction getAttraction()
      Get attraction
      Returns:
      attraction
    • setAttraction

      public void setAttraction(Attraction attraction)
    • price

    • getPrice

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

      public void setPrice(LocalizedPrice price)
    • hotelWithBestPrice

      public AttractionWithBestPrice hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice)
    • getHotelWithBestPrice

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

      public void setHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice)
    • sort

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