Class ApiHotels
java.lang.Object
travel.wink.hotelbeds.booking.sdk.model.ApiHotels
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:08.331690043+07:00[Asia/Bangkok]")
public class ApiHotels
extends Object
Hotel availability information.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHotelsItem(ApiHotel hotelsItem) boolean@Valid LocalDateCheck-in date in the current availability response.@Valid LocalDateCheck-out date in the current availability response.Information regarding the hotels.getTotal()Total of hotels returned in the current availability response.inthashCode()voidsetCheckIn(LocalDate checkIn) voidsetCheckOut(LocalDate checkOut) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_CHECK_IN
- See Also:
-
JSON_PROPERTY_CHECK_OUT
- See Also:
-
JSON_PROPERTY_HOTELS
- See Also:
-
JSON_PROPERTY_TOTAL
- See Also:
-
-
Constructor Details
-
ApiHotels
public ApiHotels()
-
-
Method Details
-
checkIn
-
getCheckIn
Check-in date in the current availability response.- Returns:
- checkIn
-
setCheckIn
-
checkOut
-
getCheckOut
Check-out date in the current availability response.- Returns:
- checkOut
-
setCheckOut
-
hotels
-
addHotelsItem
-
getHotels
Information regarding the hotels.- Returns:
- hotels
-
setHotels
-
total
-
getTotal
Total of hotels returned in the current availability response.- Returns:
- total
-
setTotal
-
equals
-
hashCode
public int hashCode() -
toString
-