Class RoomBookingList
java.lang.Object
travel.wink.hotelbeds.booking.sdk.model.RoomBookingList
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:08.331690043+07:00[Asia/Bangkok]")
public class RoomBookingList
extends Object
Information about the room and its associated rates.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumBooking status of the room. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPaxesItem(ApiPax paxesItem) addRatesItem(ApiRateBookingList ratesItem) booleangetCode()Internal room code.getId()Room reservation identifier.getPaxes()List of paxes for the room.@Valid List<ApiRateBookingList>getRates()List of rates associated to the room.Booking status of the room.inthashCode()rates(List<ApiRateBookingList> rates) voidvoidvoidvoidsetRates(List<ApiRateBookingList> rates) voidsetStatus(RoomBookingList.StatusEnum status) status(RoomBookingList.StatusEnum status) toString()
-
Field Details
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_PAXES
- See Also:
-
JSON_PROPERTY_RATES
- See Also:
-
-
Constructor Details
-
RoomBookingList
public RoomBookingList()
-
-
Method Details
-
status
-
getStatus
Booking status of the room.- Returns:
- status
-
setStatus
-
id
-
getId
Room reservation identifier.- Returns:
- id
-
setId
-
code
-
getCode
Internal room code.- Returns:
- code
-
setCode
-
paxes
-
addPaxesItem
-
getPaxes
List of paxes for the room.- Returns:
- paxes
-
setPaxes
-
rates
-
addRatesItem
-
getRates
List of rates associated to the room.- Returns:
- rates
-
setRates
-
equals
-
hashCode
public int hashCode() -
toString
-