Class ApiZone
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiZone
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiZone
extends Object
Information on the zone inside the destination where to search for hotels.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(ApiContent description) boolean@Valid ApiContentGet descriptiongetName()Internal zone name.Internal Zone Code.inthashCode()voidsetDescription(ApiContent description) voidvoidsetZoneCode(Integer zoneCode) toString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ZONE_CODE
- See Also:
-
-
Constructor Details
-
ApiZone
public ApiZone()
-
-
Method Details
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
name
-
getName
Internal zone name. (only available for Hotel Detail)- Returns:
- name
-
setName
-
zoneCode
-
getZoneCode
Internal Zone Code.- Returns:
- zoneCode
-
setZoneCode
-
equals
-
hashCode
public int hashCode() -
toString
-