Class ApiHotelRoom
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiHotelRoom
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiHotelRoom
extends Object
Information of the hotel room.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRoomFacilitiesItem(ApiHotelRoomFacility roomFacilitiesItem) addRoomStaysItem(ApiHotelRoomStay roomStaysItem) characteristicCode(String characteristicCode) description(String description) booleanCharacteristic code/s of the room.Description of the room.Identifier of the room type.@Valid List<ApiHotelRoomFacility>List of facilities, amenities and installations in the room of the hotel.@Valid List<ApiHotelRoomStay>List of the different departments in which the room is divided.Internal room type code.inthashCode()roomFacilities(List<ApiHotelRoomFacility> roomFacilities) roomStays(List<ApiHotelRoomStay> roomStays) voidsetCharacteristicCode(String characteristicCode) voidsetDescription(String description) voidsetRoomCode(String roomCode) voidsetRoomFacilities(List<ApiHotelRoomFacility> roomFacilities) voidsetRoomStays(List<ApiHotelRoomStay> roomStays) voidsetRoomType(String roomType) toString()
-
Field Details
-
JSON_PROPERTY_CHARACTERISTIC_CODE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ROOM_CODE
- See Also:
-
JSON_PROPERTY_ROOM_FACILITIES
- See Also:
-
JSON_PROPERTY_ROOM_STAYS
- See Also:
-
JSON_PROPERTY_ROOM_TYPE
- See Also:
-
-
Constructor Details
-
ApiHotelRoom
public ApiHotelRoom()
-
-
Method Details
-
characteristicCode
-
getCharacteristicCode
Characteristic code/s of the room.- Returns:
- characteristicCode
-
setCharacteristicCode
-
description
-
getDescription
Description of the room.- Returns:
- description
-
setDescription
-
roomCode
-
getRoomCode
Identifier of the room type.- Returns:
- roomCode
-
setRoomCode
-
roomFacilities
-
addRoomFacilitiesItem
-
getRoomFacilities
List of facilities, amenities and installations in the room of the hotel.- Returns:
- roomFacilities
-
setRoomFacilities
-
roomStays
-
addRoomStaysItem
-
getRoomStays
List of the different departments in which the room is divided.- Returns:
- roomStays
-
setRoomStays
-
roomType
-
getRoomType
Internal room type code. Returned only for Unified clients.- Returns:
- roomType
-
setRoomType
-
equals
-
hashCode
public int hashCode() -
toString
-