Package travel.wink.sdk.extranet.model
Class PropertyAmenities
java.lang.Object
travel.wink.sdk.extranet.model.PropertyAmenities
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-28T12:57:25.040272+07:00[Asia/Bangkok]")
public class PropertyAmenities
extends Object
PropertyAmenities
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHotelAmenityCodesItem(String hotelAmenityCodesItem) addPropertyAccessibilityCodesItem(String propertyAccessibilityCodesItem) addPropertySecurityCodesItem(String propertySecurityCodesItem) booleanSupported OTA specification `HAC` code.@NotNull StringProperty identifier associated with amenities.Supported OTA specification `PHY` code.Supported OTA specification `SEC` code.inthashCode()hotelAmenityCodes(List<String> hotelAmenityCodes) hotelIdentifier(String hotelIdentifier) propertyAccessibilityCodes(List<String> propertyAccessibilityCodes) propertySecurityCodes(List<String> propertySecurityCodes) voidsetHotelAmenityCodes(List<String> hotelAmenityCodes) voidsetHotelIdentifier(String hotelIdentifier) voidsetPropertyAccessibilityCodes(List<String> propertyAccessibilityCodes) voidsetPropertySecurityCodes(List<String> propertySecurityCodes) toString()
-
Field Details
-
JSON_PROPERTY_HOTEL_IDENTIFIER
- See Also:
-
JSON_PROPERTY_HOTEL_AMENITY_CODES
- See Also:
-
JSON_PROPERTY_PROPERTY_ACCESSIBILITY_CODES
- See Also:
-
JSON_PROPERTY_PROPERTY_SECURITY_CODES
- See Also:
-
-
Constructor Details
-
PropertyAmenities
public PropertyAmenities()
-
-
Method Details
-
hotelIdentifier
-
getHotelIdentifier
Property identifier associated with amenities.- Returns:
- hotelIdentifier
-
setHotelIdentifier
-
hotelAmenityCodes
-
addHotelAmenityCodesItem
-
getHotelAmenityCodes
Supported OTA specification `HAC` code. See [OTA reference data](#operation/showAvailableCodesForCategory)- Returns:
- hotelAmenityCodes
-
setHotelAmenityCodes
-
propertyAccessibilityCodes
-
addPropertyAccessibilityCodesItem
-
getPropertyAccessibilityCodes
Supported OTA specification `PHY` code. See [OTA reference data](#operation/showAvailableCodesForCategory)- Returns:
- propertyAccessibilityCodes
-
setPropertyAccessibilityCodes
-
propertySecurityCodes
-
addPropertySecurityCodesItem
-
getPropertySecurityCodes
Supported OTA specification `SEC` code. See [OTA reference data](#operation/showAvailableCodesForCategory)- Returns:
- propertySecurityCodes
-
setPropertySecurityCodes
-
equals
-
hashCode
public int hashCode() -
toString
-