Class ApiHotelRoomFacility
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiHotelRoomFacility
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiHotelRoomFacility
extends Object
Information on facilities and features associated to a hotel room.
-
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 to which the facility belongs.Indicator if the facility has cost or not at the establishment.Indicator if the facility exists at the hotel or not.Indicator if the mandatory facility exists at the hotel or not.Numeric value of the facility.getOrder()Order of facility in case there is more than one facility at the hotel.Indicates if the use of the facility will issue a voucher.inthashCode()indYesOrNo(Boolean indYesOrNo) voidsetDescription(ApiContent description) voidsetFacilityCode(Integer facilityCode) voidsetFacilityGroupCode(Integer facilityGroupCode) voidvoidsetIndLogic(Boolean indLogic) voidsetIndYesOrNo(Boolean indYesOrNo) voidvoidvoidsetVoucher(Boolean voucher) toString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_FACILITY_CODE
- See Also:
-
JSON_PROPERTY_FACILITY_GROUP_CODE
- See Also:
-
JSON_PROPERTY_IND_FEE
- See Also:
-
JSON_PROPERTY_IND_LOGIC
- See Also:
-
JSON_PROPERTY_IND_YES_OR_NO
- See Also:
-
JSON_PROPERTY_NUMBER
- See Also:
-
JSON_PROPERTY_ORDER
- See Also:
-
JSON_PROPERTY_VOUCHER
- See Also:
-
-
Constructor Details
-
ApiHotelRoomFacility
public ApiHotelRoomFacility()
-
-
Method Details
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
facilityCode
-
getFacilityCode
Code of the facility.- Returns:
- facilityCode
-
setFacilityCode
-
facilityGroupCode
-
getFacilityGroupCode
Code of the group to which the facility belongs.- Returns:
- facilityGroupCode
-
setFacilityGroupCode
-
indFee
-
getIndFee
Indicator if the facility has cost or not at the establishment.- Returns:
- indFee
-
setIndFee
-
indLogic
-
getIndLogic
Indicator if the facility exists at the hotel or not.- Returns:
- indLogic
-
setIndLogic
-
indYesOrNo
-
getIndYesOrNo
Indicator if the mandatory facility exists at the hotel or not.- Returns:
- indYesOrNo
-
setIndYesOrNo
-
number
-
getNumber
Numeric value of the facility.- Returns:
- number
-
setNumber
-
order
-
getOrder
Order of facility in case there is more than one facility at the hotel.- Returns:
- order
-
setOrder
-
voucher
-
getVoucher
Indicates if the use of the facility will issue a voucher.- Returns:
- voucher
-
setVoucher
-
equals
-
hashCode
public int hashCode() -
toString
-