Class ApiFacility
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiFacility
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiFacility
extends Object
Information on a hotel facility.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(ApiContent description) booleanfacilityGroupCode(Integer facilityGroupCode) facilityTypologyCode(Integer facilityTypologyCode) getCode()Code of the facility.@Valid ApiContentGet descriptionGroup the facility belongs to.Typology of the facility which determines the fields to receive in the hotels operation.inthashCode()voidvoidsetDescription(ApiContent description) voidsetFacilityGroupCode(Integer facilityGroupCode) voidsetFacilityTypologyCode(Integer facilityTypologyCode) toString()
-
Field Details
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_FACILITY_GROUP_CODE
- See Also:
-
JSON_PROPERTY_FACILITY_TYPOLOGY_CODE
- See Also:
-
-
Constructor Details
-
ApiFacility
public ApiFacility()
-
-
Method Details
-
code
-
getCode
Code of the facility.- Returns:
- code
-
setCode
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
facilityGroupCode
-
getFacilityGroupCode
Group the facility belongs to.- Returns:
- facilityGroupCode
-
setFacilityGroupCode
-
facilityTypologyCode
-
getFacilityTypologyCode
Typology of the facility which determines the fields to receive in the hotels operation.- Returns:
- facilityTypologyCode
-
setFacilityTypologyCode
-
equals
-
hashCode
public int hashCode() -
toString
-