Class MeetingRoomSupplier

java.lang.Object
travel.wink.sdk.extranet.model.MeetingRoomSupplier

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-03-18T08:52:26.126132332+07:00[Asia/Bangkok]") public class MeetingRoomSupplier extends Object
Meeting room data object
  • Field Details

  • Constructor Details

    • MeetingRoomSupplier

      public MeetingRoomSupplier()
  • Method Details

    • identifier

      public MeetingRoomSupplier identifier(UUID identifier)
    • getIdentifier

      @Nonnull @NotNull @Valid public @NotNull @Valid UUID getIdentifier()
      Unique record identifier
      Returns:
      identifier
    • setIdentifier

      public void setIdentifier(UUID identifier)
    • hotelIdentifier

      public MeetingRoomSupplier hotelIdentifier(UUID hotelIdentifier)
    • getHotelIdentifier

      @Nonnull @NotNull @Valid public @NotNull @Valid UUID getHotelIdentifier()
      Hotel identifier.
      Returns:
      hotelIdentifier
    • setHotelIdentifier

      public void setHotelIdentifier(UUID hotelIdentifier)
    • featuredInd

      public MeetingRoomSupplier featuredInd(Boolean featuredInd)
    • getFeaturedInd

      @Nonnull @NotNull public @NotNull Boolean getFeaturedInd()
      Indicates whether this inventory is featured. Use this flag as a way to signify that this inventory is special.
      Returns:
      featuredInd
    • setFeaturedInd

      public void setFeaturedInd(Boolean featuredInd)
    • lifestyleType

      public MeetingRoomSupplier lifestyleType(MeetingRoomSupplier.LifestyleTypeEnum lifestyleType)
    • getLifestyleType

      @Nullable public MeetingRoomSupplier.LifestyleTypeEnum getLifestyleType()
      Indicate the type of lifestyle this inventory should be associated with.
      Returns:
      lifestyleType
    • setLifestyleType

      public void setLifestyleType(MeetingRoomSupplier.LifestyleTypeEnum lifestyleType)
    • location

      public MeetingRoomSupplier location(GeoJsonPointSupplier location)
    • getLocation

      @Nonnull @NotNull @Valid public @NotNull @Valid GeoJsonPointSupplier getLocation()
      Get location
      Returns:
      location
    • setLocation

      public void setLocation(GeoJsonPointSupplier location)
    • descriptions

      public MeetingRoomSupplier descriptions(List<SimpleDescriptionSupplier> descriptions)
    • addDescriptionsItem

      public MeetingRoomSupplier addDescriptionsItem(SimpleDescriptionSupplier descriptionsItem)
    • getDescriptions

      @Nonnull @NotNull @Valid public @NotNull @Valid List<SimpleDescriptionSupplier> getDescriptions()
      Localized descriptions describing inventory.
      Returns:
      descriptions
    • setDescriptions

      public void setDescriptions(List<SimpleDescriptionSupplier> descriptions)
    • multimedias

      public MeetingRoomSupplier multimedias(List<SimpleMultimediaSupplier> multimedias)
    • addMultimediasItem

      public MeetingRoomSupplier addMultimediasItem(SimpleMultimediaSupplier multimediasItem)
    • getMultimedias

      @Nonnull @NotNull @Valid public @NotNull @Valid List<SimpleMultimediaSupplier> getMultimedias()
      List of images / videos of inventory.
      Returns:
      multimedias
    • setMultimedias

      public void setMultimedias(List<SimpleMultimediaSupplier> multimedias)
    • contact

      public MeetingRoomSupplier contact(ContactSupplier contact)
    • getContact

      @Nonnull @NotNull @Valid public @NotNull @Valid ContactSupplier getContact()
      Get contact
      Returns:
      contact
    • setContact

      public void setContact(ContactSupplier contact)
    • address

      public MeetingRoomSupplier address(AddressSupplier address)
    • getAddress

      @Nonnull @NotNull @Valid public @NotNull @Valid AddressSupplier getAddress()
      Get address
      Returns:
      address
    • setAddress

      public void setAddress(AddressSupplier address)
    • commissionable

      public MeetingRoomSupplier commissionable(Boolean commissionable)
    • getCommissionable

      @Nonnull @NotNull public @NotNull Boolean getCommissionable()
      Indicate whether sales channels receive commission for selling this inventory.
      Returns:
      commissionable
    • setCommissionable

      public void setCommissionable(Boolean commissionable)
    • name

      public MeetingRoomSupplier name(String name)
    • getName

      @Nonnull @NotNull public @NotNull String getName()
      Internal name of inventory.
      Returns:
      name
    • setName

      public void setName(String name)
    • proximityCode

      public MeetingRoomSupplier proximityCode(String proximityCode)
    • getProximityCode

      @Nonnull @NotNull public @NotNull String getProximityCode()
      Supported OTA specification `PRX` code. See [OTA geoname data](#operation/showAvailableCodesForCategory)
      Returns:
      proximityCode
    • setProximityCode

      public void setProximityCode(String proximityCode)
    • sort

      public MeetingRoomSupplier sort(Integer sort)
    • getSort

      @Nullable public Integer getSort()
      Use this property to sort an inventory in a list of activities.
      Returns:
      sort
    • setSort

      public void setSort(Integer sort)
    • minAgeAppropriateCode

      public MeetingRoomSupplier minAgeAppropriateCode(String minAgeAppropriateCode)
    • getMinAgeAppropriateCode

      @Nullable public String getMinAgeAppropriateCode()
      Supported OTA specification `AQC` code. See [OTA geoname data](#operation/showAvailableCodesForCategory)
      Returns:
      minAgeAppropriateCode
    • setMinAgeAppropriateCode

      public void setMinAgeAppropriateCode(String minAgeAppropriateCode)
    • bookable

      public MeetingRoomSupplier bookable(Boolean bookable)
    • getBookable

      @Nonnull @NotNull public @NotNull Boolean getBookable()
      Indicates if this inventory can be added to a booking or if it is read-only marketing material only.
      Returns:
      bookable
    • setBookable

      public void setBookable(Boolean bookable)
    • active

      public MeetingRoomSupplier active(Boolean active)
    • getActive

      @Nonnull @NotNull public @NotNull Boolean getActive()
      Modify inventory availability with this flag.
      Returns:
      active
    • setActive

      public void setActive(Boolean active)
    • disabilityFeatures

      public MeetingRoomSupplier disabilityFeatures(List<String> disabilityFeatures)
    • addDisabilityFeaturesItem

      public MeetingRoomSupplier addDisabilityFeaturesItem(String disabilityFeaturesItem)
    • getDisabilityFeatures

      @Nullable public List<String> getDisabilityFeatures()
      Supported OTA specification `PHY` code. See [OTA geoname data](#operation/showAvailableCodesForCategory)
      Returns:
      disabilityFeatures
    • setDisabilityFeatures

      public void setDisabilityFeatures(List<String> disabilityFeatures)
    • securityFeatures

      public MeetingRoomSupplier securityFeatures(List<String> securityFeatures)
    • addSecurityFeaturesItem

      public MeetingRoomSupplier addSecurityFeaturesItem(String securityFeaturesItem)
    • getSecurityFeatures

      @Nullable public List<String> getSecurityFeatures()
      Supported OTA specification `SEC` code. See [OTA geoname data](#operation/showAvailableCodesForCategory)
      Returns:
      securityFeatures
    • setSecurityFeatures

      public void setSecurityFeatures(List<String> securityFeatures)
    • socials

      public MeetingRoomSupplier socials(List<SocialSupplier> socials)
    • addSocialsItem

      public MeetingRoomSupplier addSocialsItem(SocialSupplier socialsItem)
    • getSocials

      @Nullable @Valid public @Valid List<SocialSupplier> getSocials()
      Social network accounts for inventory (if applicable).
      Returns:
      socials
    • setSocials

      public void setSocials(List<SocialSupplier> socials)
    • pricePoint

    • getPricePoint

      @Nonnull @NotNull public @NotNull MeetingRoomSupplier.PricePointEnum getPricePoint()
      Level of expensiveness.
      Returns:
      pricePoint
    • setPricePoint

      public void setPricePoint(MeetingRoomSupplier.PricePointEnum pricePoint)
    • recognitionList

      public MeetingRoomSupplier recognitionList(List<TravelInventoryRecognitionSupplier> recognitionList)
    • addRecognitionListItem

      public MeetingRoomSupplier addRecognitionListItem(TravelInventoryRecognitionSupplier recognitionListItem)
    • getRecognitionList

      @Nullable @Valid public @Valid List<TravelInventoryRecognitionSupplier> getRecognitionList()
      Inventory-level recognition.
      Returns:
      recognitionList
    • setRecognitionList

      public void setRecognitionList(List<TravelInventoryRecognitionSupplier> recognitionList)
    • transactionalInventoryList

      public MeetingRoomSupplier transactionalInventoryList(List<TransactionalTravelInventorySupplier> transactionalInventoryList)
    • addTransactionalInventoryListItem

      public MeetingRoomSupplier addTransactionalInventoryListItem(TransactionalTravelInventorySupplier transactionalInventoryListItem)
    • getTransactionalInventoryList

      @Nullable @Valid public @Valid List<TransactionalTravelInventorySupplier> getTransactionalInventoryList()
      Purchasable items for this inventory.
      Returns:
      transactionalInventoryList
    • setTransactionalInventoryList

      public void setTransactionalInventoryList(List<TransactionalTravelInventorySupplier> transactionalInventoryList)
    • applicableStart

      public MeetingRoomSupplier applicableStart(LocalDate applicableStart)
    • getApplicableStart

      @Nullable @Valid public @Valid LocalDate getApplicableStart()
      Start month and day or date for which the attraction (e.g. the start of a season) is available. This date property signifies that the inventory is recurring and / or seasonal. If the date is in the past, only day and month will be used to infer seasonality. If the date is a future date, it will be interpreted as a starting date.
      Returns:
      applicableStart
    • setApplicableStart

      public void setApplicableStart(LocalDate applicableStart)
    • applicableEnd

      public MeetingRoomSupplier applicableEnd(LocalDate applicableEnd)
    • getApplicableEnd

      @Nullable @Valid public @Valid LocalDate getApplicableEnd()
      End month and day or date for which the attraction (e.g. the start of a season) is available. This date property signifies that the inventory is recurring and / or seasonal. If the date is in the past, only day and month will be used to infer seasonality. If the date is a future date, it will be interpreted as a ending date.
      Returns:
      applicableEnd
    • setApplicableEnd

      public void setApplicableEnd(LocalDate applicableEnd)
    • reservationRequiredInd

      public MeetingRoomSupplier reservationRequiredInd(Boolean reservationRequiredInd)
    • getReservationRequiredInd

      @Nullable public Boolean getReservationRequiredInd()
      Indicates whether a reservation is required to participate in this inventory.
      Returns:
      reservationRequiredInd
    • setReservationRequiredInd

      public void setReservationRequiredInd(Boolean reservationRequiredInd)
    • opens

      public MeetingRoomSupplier opens(String opens)
    • getOpens

      @Nullable public String getOpens()
      Opening time of inventory (if applicable). Leave empty if inventory is always available.
      Returns:
      opens
    • setOpens

      public void setOpens(String opens)
    • closes

      public MeetingRoomSupplier closes(String closes)
    • getCloses

      @Nullable public String getCloses()
      Closing time of inventory (if applicable). Leave empty if inventory is always available.
      Returns:
      closes
    • setCloses

      public void setCloses(String closes)
    • daysOfWeek

      public MeetingRoomSupplier daysOfWeek(DowPatternGroupSupplier daysOfWeek)
    • getDaysOfWeek

      @Nullable @Valid public @Valid DowPatternGroupSupplier getDaysOfWeek()
      Get daysOfWeek
      Returns:
      daysOfWeek
    • setDaysOfWeek

      public void setDaysOfWeek(DowPatternGroupSupplier daysOfWeek)
    • irregular

      public MeetingRoomSupplier irregular(Boolean irregular)
    • getIrregular

      @Nonnull @NotNull public @NotNull Boolean getIrregular()
      Room has an irregular shape. If true, the room would be of a traditional square or rectangular shape.
      Returns:
      irregular
    • setIrregular

      public void setIrregular(Boolean irregular)
    • meetingRoomCapacity

      public MeetingRoomSupplier meetingRoomCapacity(Integer meetingRoomCapacity)
    • getMeetingRoomCapacity

      @Nonnull @NotNull @Min(0L) public @NotNull @Min(0L) Integer getMeetingRoomCapacity()
      The total number of people permitted in the meeting room. minimum: 0
      Returns:
      meetingRoomCapacity
    • setMeetingRoomCapacity

      public void setMeetingRoomCapacity(Integer meetingRoomCapacity)
    • access

      public MeetingRoomSupplier access(String access)
    • getAccess

      @Nullable public String getAccess()
      The type of access to the meeting space.
      Returns:
      access
    • setAccess

      public void setAccess(String access)
    • meetingRoomTypeCode

      public MeetingRoomSupplier meetingRoomTypeCode(String meetingRoomTypeCode)
    • getMeetingRoomTypeCode

      @Nonnull @NotNull public @NotNull String getMeetingRoomTypeCode()
      Supported OTA specification `MRF` code. See [OTA geoname data](#operation/showAvailableCodesForCategory).
      Returns:
      meetingRoomTypeCode
    • setMeetingRoomTypeCode

      public void setMeetingRoomTypeCode(String meetingRoomTypeCode)
    • meetingRoomLevel

      public MeetingRoomSupplier meetingRoomLevel(String meetingRoomLevel)
    • getMeetingRoomLevel

      @Nullable public String getMeetingRoomLevel()
      Defines the level in the facility where the meeting room is located.
      Returns:
      meetingRoomLevel
    • setMeetingRoomLevel

      public void setMeetingRoomLevel(String meetingRoomLevel)
    • dedicatedInd

      public MeetingRoomSupplier dedicatedInd(Boolean dedicatedInd)
    • getDedicatedInd

      @Nonnull @NotNull public @NotNull Boolean getDedicatedInd()
      When true, the room is used for a single purpose as indicated by the MeetingRoomTypeCode attribute.
      Returns:
      dedicatedInd
    • setDedicatedInd

      public void setDedicatedInd(Boolean dedicatedInd)
    • area

      public MeetingRoomSupplier area(Float area)
    • getArea

      @Nonnull @NotNull @DecimalMin("1.0") public @NotNull @DecimalMin("1.0") Float getArea()
      Area (in square meters) of this meeting room. minimum: 1.0
      Returns:
      area
    • setArea

      public void setArea(Float area)
    • height

      public MeetingRoomSupplier height(Float height)
    • getHeight

      @Nonnull @NotNull @DecimalMin("1.0") public @NotNull @DecimalMin("1.0") Float getHeight()
      Height (in meters) of this meeting room. minimum: 1.0
      Returns:
      height
    • setHeight

      public void setHeight(Float height)
    • width

      public MeetingRoomSupplier width(Float width)
    • getWidth

      @Nonnull @NotNull @DecimalMin("1.0") public @NotNull @DecimalMin("1.0") Float getWidth()
      Width (in meters) of this meeting room. minimum: 1.0
      Returns:
      width
    • setWidth

      public void setWidth(Float width)
    • length

      public MeetingRoomSupplier length(Float length)
    • getLength

      @Nonnull @NotNull @DecimalMin("1.0") public @NotNull @DecimalMin("1.0") Float getLength()
      Length (in meters) of this meeting room. minimum: 1.0
      Returns:
      length
    • setLength

      public void setLength(Float length)
    • amenities

      public MeetingRoomSupplier amenities(List<String> amenities)
    • addAmenitiesItem

      public MeetingRoomSupplier addAmenitiesItem(String amenitiesItem)
    • getAmenities

      @Nullable public List<String> getAmenities()
      Supported OTA specification `MRC` code. See [OTA geoname data](#operation/showAvailableCodesForCategory).
      Returns:
      amenities
    • setAmenities

      public void setAmenities(List<String> amenities)
    • 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