Package travel.wink.sdk.extranet.model
Class UpsertPropertyProfileRequest
java.lang.Object
travel.wink.sdk.extranet.model.UpsertPropertyProfileRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-20T22:26:49.575007+07:00[Asia/Bangkok]")
public class UpsertPropertyProfileRequest
extends Object
UpsertPropertyProfileRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarchitecturalStyle(String architecturalStyle) boolean@NotNull StringSupported OTA specification `ARC` code.Hotel brand name if property is part of that brand.@NotNull StringSupported OTA specification `PCT` code.Hotel chain name if property is part of that chain.If the property has a valid license number to run a hotel in their country, add it here.Name of the hotel in its local language if you use it for domestic guests.@NotNull StringSupported OTA specification `LOC` code.@NotNull StringSupported OTA specification `SEG` code.@NotNull @Min(0L) @Max(6L) IntegergetStars()Hotel star rating.Year the property was constructed.inthashCode()hotelBrand(String hotelBrand) hotelCategory(String hotelCategory) hotelChain(String hotelChain) licenseNumber(String licenseNumber) locationCategory(String locationCategory) segmentCategory(String segmentCategory) voidsetArchitecturalStyle(String architecturalStyle) voidsetHotelBrand(String hotelBrand) voidsetHotelCategory(String hotelCategory) voidsetHotelChain(String hotelChain) voidsetLicenseNumber(String licenseNumber) voidsetLocalName(String localName) voidsetLocationCategory(String locationCategory) voidsetSegmentCategory(String segmentCategory) voidvoidsetWhenBuilt(String whenBuilt) toString()
-
Field Details
-
JSON_PROPERTY_STARS
- See Also:
-
JSON_PROPERTY_LOCAL_NAME
- See Also:
-
JSON_PROPERTY_HOTEL_CHAIN
- See Also:
-
JSON_PROPERTY_HOTEL_BRAND
- See Also:
-
JSON_PROPERTY_WHEN_BUILT
- See Also:
-
JSON_PROPERTY_LICENSE_NUMBER
- See Also:
-
JSON_PROPERTY_LOCATION_CATEGORY
- See Also:
-
JSON_PROPERTY_SEGMENT_CATEGORY
- See Also:
-
JSON_PROPERTY_HOTEL_CATEGORY
- See Also:
-
JSON_PROPERTY_ARCHITECTURAL_STYLE
- See Also:
-
-
Constructor Details
-
UpsertPropertyProfileRequest
public UpsertPropertyProfileRequest()
-
-
Method Details
-
stars
-
getStars
Hotel star rating. minimum: 0 maximum: 6- Returns:
- stars
-
setStars
-
localName
-
getLocalName
Name of the hotel in its local language if you use it for domestic guests.- Returns:
- localName
-
setLocalName
-
hotelChain
-
getHotelChain
Hotel chain name if property is part of that chain.- Returns:
- hotelChain
-
setHotelChain
-
hotelBrand
-
getHotelBrand
Hotel brand name if property is part of that brand.- Returns:
- hotelBrand
-
setHotelBrand
-
whenBuilt
-
getWhenBuilt
Year the property was constructed.- Returns:
- whenBuilt
-
setWhenBuilt
-
licenseNumber
-
getLicenseNumber
If the property has a valid license number to run a hotel in their country, add it here.- Returns:
- licenseNumber
-
setLicenseNumber
-
locationCategory
-
getLocationCategory
Supported OTA specification `LOC` code. See [OTA geoname data](#operation/showAvailableCodesForCategory)- Returns:
- locationCategory
-
setLocationCategory
-
segmentCategory
-
getSegmentCategory
Supported OTA specification `SEG` code. See [OTA geoname data](#operation/showAvailableCodesForCategory)- Returns:
- segmentCategory
-
setSegmentCategory
-
hotelCategory
-
getHotelCategory
Supported OTA specification `PCT` code. See [OTA geoname data](#operation/showAvailableCodesForCategory)- Returns:
- hotelCategory
-
setHotelCategory
-
architecturalStyle
-
getArchitecturalStyle
Supported OTA specification `ARC` code. See [OTA geoname data](#operation/showAvailableCodesForCategory)- Returns:
- architecturalStyle
-
setArchitecturalStyle
-
equals
-
hashCode
public int hashCode() -
toString
-