Package travel.wink.sdk.extranet.model
Class UpsertPropertyProfileRequestSupplier
java.lang.Object
travel.wink.sdk.extranet.model.UpsertPropertyProfileRequestSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T22:29:13.908295668+07:00[Asia/Bangkok]")
public class UpsertPropertyProfileRequestSupplier
extends Object
UpsertPropertyProfileRequestSupplier
-
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.@NotNull StringSupported OTA specification `LOC` code.@NotNull @Min(1L) IntegerNumber of rooms / keys for property minimum: 1@NotNull StringSupported OTA specification `SEG` code.@NotNull @Min(0L) @Max(6L) IntegergetStars()Hotel star rating.Property's brand.com website.Year the property was constructed.inthashCode()hotelBrand(String hotelBrand) hotelCategory(String hotelCategory) hotelChain(String hotelChain) licenseNumber(String licenseNumber) locationCategory(String locationCategory) numberOfRooms(Integer numberOfRooms) segmentCategory(String segmentCategory) voidsetArchitecturalStyle(String architecturalStyle) voidsetHotelBrand(String hotelBrand) voidsetHotelCategory(String hotelCategory) voidsetHotelChain(String hotelChain) voidsetLicenseNumber(String licenseNumber) voidsetLocationCategory(String locationCategory) voidsetNumberOfRooms(Integer numberOfRooms) voidsetSegmentCategory(String segmentCategory) voidvoidsetWebsite(String website) voidsetWhenBuilt(String whenBuilt) toString()
-
Field Details
-
JSON_PROPERTY_STARS
- See Also:
-
JSON_PROPERTY_HOTEL_CHAIN
- See Also:
-
JSON_PROPERTY_HOTEL_BRAND
- See Also:
-
JSON_PROPERTY_WHEN_BUILT
- See Also:
-
JSON_PROPERTY_WEBSITE
- See Also:
-
JSON_PROPERTY_LICENSE_NUMBER
- See Also:
-
JSON_PROPERTY_NUMBER_OF_ROOMS
- 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
-
UpsertPropertyProfileRequestSupplier
public UpsertPropertyProfileRequestSupplier()
-
-
Method Details
-
stars
-
getStars
Hotel star rating. minimum: 0 maximum: 6- Returns:
- stars
-
setStars
-
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
-
setWhenBuilt
-
website
-
getWebsite
-
setWebsite
-
licenseNumber
-
getLicenseNumber
If the property has a valid license number to run a hotel in their country, add it here.- Returns:
- licenseNumber
-
setLicenseNumber
-
numberOfRooms
-
getNumberOfRooms
Number of rooms / keys for property minimum: 1- Returns:
- numberOfRooms
-
setNumberOfRooms
-
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
-
toString
-