Class PropertyAmenities

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-28T13:49:39.867864+07:00[Asia/Bangkok]") public class PropertyAmenities extends Object
PropertyAmenities
  • Field Details

  • Constructor Details

    • PropertyAmenities

      public PropertyAmenities()
  • Method Details

    • hotelIdentifier

      public PropertyAmenities hotelIdentifier(String hotelIdentifier)
    • getHotelIdentifier

      @Nonnull @NotNull public @NotNull String getHotelIdentifier()
      Property identifier associated with amenities.
      Returns:
      hotelIdentifier
    • setHotelIdentifier

      public void setHotelIdentifier(String hotelIdentifier)
    • hotelAmenityCodes

      public PropertyAmenities hotelAmenityCodes(List<String> hotelAmenityCodes)
    • addHotelAmenityCodesItem

      public PropertyAmenities addHotelAmenityCodesItem(String hotelAmenityCodesItem)
    • getHotelAmenityCodes

      @Nullable public List<String> getHotelAmenityCodes()
      Supported OTA specification `HAC` code. See [OTA reference data](#operation/showAvailableCodesForCategory)
      Returns:
      hotelAmenityCodes
    • setHotelAmenityCodes

      public void setHotelAmenityCodes(List<String> hotelAmenityCodes)
    • propertyAccessibilityCodes

      public PropertyAmenities propertyAccessibilityCodes(List<String> propertyAccessibilityCodes)
    • addPropertyAccessibilityCodesItem

      public PropertyAmenities addPropertyAccessibilityCodesItem(String propertyAccessibilityCodesItem)
    • getPropertyAccessibilityCodes

      @Nullable public List<String> getPropertyAccessibilityCodes()
      Supported OTA specification `PHY` code. See [OTA reference data](#operation/showAvailableCodesForCategory)
      Returns:
      propertyAccessibilityCodes
    • setPropertyAccessibilityCodes

      public void setPropertyAccessibilityCodes(List<String> propertyAccessibilityCodes)
    • propertySecurityCodes

      public PropertyAmenities propertySecurityCodes(List<String> propertySecurityCodes)
    • addPropertySecurityCodesItem

      public PropertyAmenities addPropertySecurityCodesItem(String propertySecurityCodesItem)
    • getPropertySecurityCodes

      @Nullable public List<String> getPropertySecurityCodes()
      Supported OTA specification `SEC` code. See [OTA reference data](#operation/showAvailableCodesForCategory)
      Returns:
      propertySecurityCodes
    • setPropertySecurityCodes

      public void setPropertySecurityCodes(List<String> propertySecurityCodes)
    • 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