Class RestaurantWithBestPrice

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-08-16T13:27:12.790694+07:00[Asia/Bangkok]") public class RestaurantWithBestPrice extends Object
Property details along with the priced restaurant record.
  • Field Details

  • Constructor Details

    • RestaurantWithBestPrice

      public RestaurantWithBestPrice()
  • Method Details

    • restaurant

      public RestaurantWithBestPrice restaurant(Restaurant restaurant)
    • getRestaurant

      @Nullable @Valid public @Valid Restaurant getRestaurant()
      Get restaurant
      Returns:
      restaurant
    • setRestaurant

      public void setRestaurant(Restaurant restaurant)
    • price

    • getPrice

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

      public void setPrice(LocalizedPrice price)
    • hotelWithBestPrice

      public RestaurantWithBestPrice hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice)
    • getHotelWithBestPrice

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

      public void setHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice)
    • sort

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