Class Attraction

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-24T11:29:25.504149142+07:00[Asia/Bangkok]") public class Attraction extends Object
Attraction data
  • Field Details

  • Constructor Details

    • Attraction

      public Attraction()
  • Method Details

    • identifier

      public Attraction 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 Attraction hotelIdentifier(UUID hotelIdentifier)
    • getHotelIdentifier

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

      public void setHotelIdentifier(UUID hotelIdentifier)
    • featuredInd

      public Attraction 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 Attraction lifestyleType(Attraction.LifestyleTypeEnum lifestyleType)
    • getLifestyleType

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

      public void setLifestyleType(Attraction.LifestyleTypeEnum lifestyleType)
    • location

      public Attraction location(GeoJsonPoint location)
    • getLocation

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

      public void setLocation(GeoJsonPoint location)
    • descriptions

      public Attraction descriptions(List<SimpleDescription> descriptions)
    • addDescriptionsItem

      public Attraction addDescriptionsItem(SimpleDescription descriptionsItem)
    • getDescriptions

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

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

      public Attraction multimedias(List<SimpleMultimedia> multimedias)
    • addMultimediasItem

      public Attraction addMultimediasItem(SimpleMultimedia multimediasItem)
    • getMultimedias

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

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

      public Attraction contact(Contact contact)
    • getContact

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

      public void setContact(Contact contact)
    • address

      public Attraction address(Address address)
    • getAddress

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

      public void setAddress(Address address)
    • commissionable

      public Attraction 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 Attraction name(String name)
    • getName

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

      public void setName(String name)
    • proximityCode

      public Attraction 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 Attraction 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 Attraction 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 Attraction 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 Attraction 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 Attraction disabilityFeatures(List<String> disabilityFeatures)
    • addDisabilityFeaturesItem

      public Attraction 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 Attraction securityFeatures(List<String> securityFeatures)
    • addSecurityFeaturesItem

      public Attraction 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 Attraction socials(List<Social> socials)
    • addSocialsItem

      public Attraction addSocialsItem(Social socialsItem)
    • getSocials

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

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

      public Attraction pricePoint(Attraction.PricePointEnum pricePoint)
    • getPricePoint

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

      public void setPricePoint(Attraction.PricePointEnum pricePoint)
    • recognitionList

      public Attraction recognitionList(List<TravelInventoryRecognition> recognitionList)
    • addRecognitionListItem

      public Attraction addRecognitionListItem(TravelInventoryRecognition recognitionListItem)
    • getRecognitionList

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

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

      public Attraction transactionalInventoryList(List<TransactionalTravelInventory> transactionalInventoryList)
    • addTransactionalInventoryListItem

      public Attraction addTransactionalInventoryListItem(TransactionalTravelInventory transactionalInventoryListItem)
    • getTransactionalInventoryList

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

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

      public Attraction 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 Attraction 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 Attraction 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 Attraction 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 Attraction 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 Attraction daysOfWeek(DowPatternGroup daysOfWeek)
    • getDaysOfWeek

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

      public void setDaysOfWeek(DowPatternGroup daysOfWeek)
    • attractionCategoryCode

      public Attraction attractionCategoryCode(String attractionCategoryCode)
    • getAttractionCategoryCode

      @Nonnull @NotNull public @NotNull String getAttractionCategoryCode()
      Supported OTA specification `ACC` code. See [OTA geoname data](#operation/showAvailableCodesForCategory)
      Returns:
      attractionCategoryCode
    • setAttractionCategoryCode

      public void setAttractionCategoryCode(String attractionCategoryCode)
    • courtesyPhone

      public Attraction courtesyPhone(Boolean courtesyPhone)
    • getCourtesyPhone

      @Nullable public Boolean getCourtesyPhone()
      Whether or not a courtesy phone for contacting the hotel is available at the attraction (e.g. often times these are available in airports). When true, the phone is available.
      Returns:
      courtesyPhone
    • setCourtesyPhone

      public void setCourtesyPhone(Boolean courtesyPhone)
    • 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