Class ApiHotelCheckRate
java.lang.Object
travel.wink.hotelbeds.booking.sdk.model.ApiHotelCheckRate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:08.331690043+07:00[Asia/Bangkok]")
public class ApiHotelCheckRate
extends Object
Information about an hotel and its associated room rates.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCreditCardsItem(ApiCreditCard creditCardsItem) addRoomsItem(RoomCheckRate roomsItem) categoryCode(String categoryCode) categoryName(String categoryName) creditCards(List<ApiCreditCard> creditCards) description(String description) destinationCode(String destinationCode) destinationName(String destinationName) booleanHotelbeds code of the hotel category.Name of the hotel category.@Valid LocalDateCheck-in date.@Valid LocalDateCheck-out date.getCode()Hotelbeds internal hotel code.@Valid List<ApiCreditCard>List of credit cards accepted by the hotel.Client currency.Hotel description.Code of the destination of the hotel location.Name of the destination of the hotel location.getGiata()Giata hotel code.Latitude coordinate of the hotel location.Longitude coordinate of the hotel location.Maximum hotel room price.Minimum hotel room price.@Valid ApiModificationPoliciesGet modificationPoliciesgetName()Name of the hotel.Indicates the need for payment data(i.e.: credit card details) in order to finish the booking.@Valid List<RoomCheckRate>getRooms()Get roomsTotal amount of the booking.Total amount of the booking.@Valid ApiUpsellingCheckRateGet upsellingCode of the zone of the hotel location.Name of the zone of the hotel location.inthashCode()modificationPolicies(ApiModificationPolicies modificationPolicies) paymentDataRequired(Boolean paymentDataRequired) rooms(List<RoomCheckRate> rooms) voidsetCategoryCode(String categoryCode) voidsetCategoryName(String categoryName) voidsetCheckIn(LocalDate checkIn) voidsetCheckOut(LocalDate checkOut) voidvoidsetCreditCards(List<ApiCreditCard> creditCards) voidsetCurrency(String currency) voidsetDescription(String description) voidsetDestinationCode(String destinationCode) voidsetDestinationName(String destinationName) voidvoidsetLatitude(String latitude) voidsetLongitude(String longitude) voidsetMaxRate(String maxRate) voidsetMinRate(String minRate) voidsetModificationPolicies(ApiModificationPolicies modificationPolicies) voidvoidsetPaymentDataRequired(Boolean paymentDataRequired) voidsetRooms(List<RoomCheckRate> rooms) voidsetTotalNet(String totalNet) voidsetTotalSellingRate(String totalSellingRate) voidsetUpselling(ApiUpsellingCheckRate upselling) voidsetZoneCode(Integer zoneCode) voidsetZoneName(String zoneName) toString()totalSellingRate(String totalSellingRate) upselling(ApiUpsellingCheckRate upselling)
-
Field Details
-
JSON_PROPERTY_CHECK_OUT
- See Also:
-
JSON_PROPERTY_CHECK_IN
- See Also:
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_CATEGORY_CODE
- See Also:
-
JSON_PROPERTY_CATEGORY_NAME
- See Also:
-
JSON_PROPERTY_DESTINATION_CODE
- See Also:
-
JSON_PROPERTY_DESTINATION_NAME
- See Also:
-
JSON_PROPERTY_ZONE_CODE
- See Also:
-
JSON_PROPERTY_ZONE_NAME
- See Also:
-
JSON_PROPERTY_LATITUDE
- See Also:
-
JSON_PROPERTY_LONGITUDE
- See Also:
-
JSON_PROPERTY_MIN_RATE
- See Also:
-
JSON_PROPERTY_MAX_RATE
- See Also:
-
JSON_PROPERTY_TOTAL_SELLING_RATE
- See Also:
-
JSON_PROPERTY_TOTAL_NET
- See Also:
-
JSON_PROPERTY_GIATA
- See Also:
-
JSON_PROPERTY_CURRENCY
- See Also:
-
JSON_PROPERTY_UPSELLING
- See Also:
-
JSON_PROPERTY_ROOMS
- See Also:
-
JSON_PROPERTY_CREDIT_CARDS
- See Also:
-
JSON_PROPERTY_PAYMENT_DATA_REQUIRED
- See Also:
-
JSON_PROPERTY_MODIFICATION_POLICIES
- See Also:
-
-
Constructor Details
-
ApiHotelCheckRate
public ApiHotelCheckRate()
-
-
Method Details
-
checkOut
-
getCheckOut
Check-out date.- Returns:
- checkOut
-
setCheckOut
-
checkIn
-
getCheckIn
Check-in date.- Returns:
- checkIn
-
setCheckIn
-
code
-
getCode
Hotelbeds internal hotel code.- Returns:
- code
-
setCode
-
name
-
getName
Name of the hotel.- Returns:
- name
-
setName
-
description
-
getDescription
Hotel description.- Returns:
- description
-
setDescription
-
categoryCode
-
getCategoryCode
Hotelbeds code of the hotel category.- Returns:
- categoryCode
-
setCategoryCode
-
categoryName
-
getCategoryName
Name of the hotel category.- Returns:
- categoryName
-
setCategoryName
-
destinationCode
-
getDestinationCode
Code of the destination of the hotel location.- Returns:
- destinationCode
-
setDestinationCode
-
destinationName
-
getDestinationName
Name of the destination of the hotel location.- Returns:
- destinationName
-
setDestinationName
-
zoneCode
-
getZoneCode
Code of the zone of the hotel location.- Returns:
- zoneCode
-
setZoneCode
-
zoneName
-
getZoneName
Name of the zone of the hotel location.- Returns:
- zoneName
-
setZoneName
-
latitude
-
getLatitude
Latitude coordinate of the hotel location.- Returns:
- latitude
-
setLatitude
-
longitude
-
getLongitude
Longitude coordinate of the hotel location.- Returns:
- longitude
-
setLongitude
-
minRate
-
getMinRate
Minimum hotel room price.- Returns:
- minRate
-
setMinRate
-
maxRate
-
getMaxRate
Maximum hotel room price.- Returns:
- maxRate
-
setMaxRate
-
totalSellingRate
-
getTotalSellingRate
Total amount of the booking.- Returns:
- totalSellingRate
-
setTotalSellingRate
-
totalNet
-
getTotalNet
Total amount of the booking.- Returns:
- totalNet
-
setTotalNet
-
giata
-
getGiata
Giata hotel code.- Returns:
- giata
-
setGiata
-
currency
-
getCurrency
Client currency.- Returns:
- currency
-
setCurrency
-
upselling
-
getUpselling
Get upselling- Returns:
- upselling
-
setUpselling
-
rooms
-
addRoomsItem
-
getRooms
Get rooms- Returns:
- rooms
-
setRooms
-
creditCards
-
addCreditCardsItem
-
getCreditCards
List of credit cards accepted by the hotel.- Returns:
- creditCards
-
setCreditCards
-
paymentDataRequired
-
getPaymentDataRequired
Indicates the need for payment data(i.e.: credit card details) in order to finish the booking.- Returns:
- paymentDataRequired
-
setPaymentDataRequired
-
modificationPolicies
-
getModificationPolicies
Get modificationPolicies- Returns:
- modificationPolicies
-
setModificationPolicies
-
equals
-
hashCode
public int hashCode() -
toString
-