Class MeetingRoomWithBestPrice

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-08-07T09:36:43.710591+07:00[Asia/Bangkok]") public class MeetingRoomWithBestPrice extends Object
Populated only when the type of grid item is `MEETING_ROOM`
  • Field Details

  • Constructor Details

    • MeetingRoomWithBestPrice

      public MeetingRoomWithBestPrice()
  • Method Details

    • meetingRoom

      public MeetingRoomWithBestPrice meetingRoom(MeetingRoom meetingRoom)
    • getMeetingRoom

      @Nullable @Valid public @Valid MeetingRoom getMeetingRoom()
      Get meetingRoom
      Returns:
      meetingRoom
    • setMeetingRoom

      public void setMeetingRoom(MeetingRoom meetingRoom)
    • price

    • getPrice

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

      public void setPrice(LocalizedPrice price)
    • hotelWithBestPrice

      public MeetingRoomWithBestPrice hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice)
    • getHotelWithBestPrice

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

      public void setHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice)
    • sort

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