Class ApiHotelRoomStay
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiHotelRoomStay
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiHotelRoomStay
extends Object
Describes one of the departments in which the room is divided.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRoomStayFacilitiesItem(ApiHotelRoomStayFacility roomStayFacilitiesItem) description(String description) booleanDescription of the type of department.getOrder()Numeric position of the department within the room.@Valid List<ApiHotelRoomStayFacility>Describes facilities associated to the department.Code of the Department Type.inthashCode()roomStayFacilities(List<ApiHotelRoomStayFacility> roomStayFacilities) voidsetDescription(String description) voidvoidsetRoomStayFacilities(List<ApiHotelRoomStayFacility> roomStayFacilities) voidsetStayType(String stayType) toString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ORDER
- See Also:
-
JSON_PROPERTY_ROOM_STAY_FACILITIES
- See Also:
-
JSON_PROPERTY_STAY_TYPE
- See Also:
-
-
Constructor Details
-
ApiHotelRoomStay
public ApiHotelRoomStay()
-
-
Method Details
-
description
-
getDescription
Description of the type of department.- Returns:
- description
-
setDescription
-
order
-
getOrder
Numeric position of the department within the room.- Returns:
- order
-
setOrder
-
roomStayFacilities
-
addRoomStayFacilitiesItem
-
getRoomStayFacilities
Describes facilities associated to the department.- Returns:
- roomStayFacilities
-
setRoomStayFacilities
-
stayType
-
getStayType
Code of the Department Type.- Returns:
- stayType
-
setStayType
-
equals
-
hashCode
public int hashCode() -
toString
-