Class ApiHotelRoomStayFacility
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiHotelRoomStayFacility
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiHotelRoomStayFacility
extends Object
Information on facilities and features in the RoomStays.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(ApiContent description) booleanfacilityCode(Integer facilityCode) facilityGroupCode(Integer facilityGroupCode) @Valid ApiContentGet descriptionCode of the facility.Code of the group the facility belongs to.Number of facilities.inthashCode()voidsetDescription(ApiContent description) voidsetFacilityCode(Integer facilityCode) voidsetFacilityGroupCode(Integer facilityGroupCode) voidtoString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_FACILITY_CODE
- See Also:
-
JSON_PROPERTY_FACILITY_GROUP_CODE
- See Also:
-
JSON_PROPERTY_NUMBER
- See Also:
-
-
Constructor Details
-
ApiHotelRoomStayFacility
public ApiHotelRoomStayFacility()
-
-
Method Details
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
facilityCode
-
getFacilityCode
Code of the facility.- Returns:
- facilityCode
-
setFacilityCode
-
facilityGroupCode
-
getFacilityGroupCode
Code of the group the facility belongs to.- Returns:
- facilityGroupCode
-
setFacilityGroupCode
-
number
-
getNumber
Number of facilities.- Returns:
- number
-
setNumber
-
equals
-
hashCode
public int hashCode() -
toString
-