Class PlaceWithBestPrice

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-07-01T17:00:30.497997+07:00[Asia/Bangkok]") public class PlaceWithBestPrice extends Object
Populated only when the type of grid item is `PLACE`
  • Field Details

  • Constructor Details

    • PlaceWithBestPrice

      public PlaceWithBestPrice()
  • Method Details

    • refPoint

      public PlaceWithBestPrice refPoint(RefPoint refPoint)
    • getRefPoint

      @Nullable @Valid public @Valid RefPoint getRefPoint()
      Get refPoint
      Returns:
      refPoint
    • setRefPoint

      public void setRefPoint(RefPoint refPoint)
    • price

      public PlaceWithBestPrice price(LocalizedPrice price)
    • getPrice

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

      public void setPrice(LocalizedPrice price)
    • hotelWithBestPrice

      public PlaceWithBestPrice hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice)
    • getHotelWithBestPrice

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

      public void setHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice)
    • sort

      public PlaceWithBestPrice 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 PlaceWithBestPrice channelInventoryIdentifier(UUID channelInventoryIdentifier)
    • getChannelInventoryIdentifier

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

      public void setChannelInventoryIdentifier(UUID 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