Class ApiHotelPointOfInterest
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiHotelPointOfInterest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiHotelPointOfInterest
extends Object
Information on a point of interest near a hotel.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfacilityCode(Integer facilityCode) facilityGroupCode(Integer facilityGroupCode) Distance in meters to the point of interest.Code of the point of interest as a facility.Group to which the point of interest belongs as a facility.getFee()Defines if there is a fee to access the point of interest.getOrder()Order of the point of interest.Name of the point of interest.inthashCode()voidsetDistance(String distance) voidsetFacilityCode(Integer facilityCode) voidsetFacilityGroupCode(Integer facilityGroupCode) voidvoidvoidsetPoiName(String poiName) toString()
-
Field Details
-
JSON_PROPERTY_DISTANCE
- See Also:
-
JSON_PROPERTY_FACILITY_CODE
- See Also:
-
JSON_PROPERTY_FACILITY_GROUP_CODE
- See Also:
-
JSON_PROPERTY_FEE
- See Also:
-
JSON_PROPERTY_ORDER
- See Also:
-
JSON_PROPERTY_POI_NAME
- See Also:
-
-
Constructor Details
-
ApiHotelPointOfInterest
public ApiHotelPointOfInterest()
-
-
Method Details
-
distance
-
getDistance
Distance in meters to the point of interest.- Returns:
- distance
-
setDistance
-
facilityCode
-
getFacilityCode
Code of the point of interest as a facility.- Returns:
- facilityCode
-
setFacilityCode
-
facilityGroupCode
-
getFacilityGroupCode
Group to which the point of interest belongs as a facility.- Returns:
- facilityGroupCode
-
setFacilityGroupCode
-
fee
-
getFee
Defines if there is a fee to access the point of interest.- Returns:
- fee
-
setFee
-
order
-
getOrder
Order of the point of interest.- Returns:
- order
-
setOrder
-
poiName
-
getPoiName
Name of the point of interest.- Returns:
- poiName
-
setPoiName
-
equals
-
hashCode
public int hashCode() -
toString
-