Class ApiGroupZone
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiGroupZone
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiGroupZone
extends Object
Information on a group of zones
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddZonesItem(Integer zonesItem) booleanCode of the group of zones.@Valid ApiContentgetName()Get namegetZones()List of zones that belong to the group.groupZoneCode(String groupZoneCode) inthashCode()name(ApiContent name) voidsetGroupZoneCode(String groupZoneCode) voidsetName(ApiContent name) voidtoString()
-
Field Details
-
JSON_PROPERTY_GROUP_ZONE_CODE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ZONES
- See Also:
-
-
Constructor Details
-
ApiGroupZone
public ApiGroupZone()
-
-
Method Details
-
groupZoneCode
-
getGroupZoneCode
Code of the group of zones.- Returns:
- groupZoneCode
-
setGroupZoneCode
-
name
-
getName
Get name- Returns:
- name
-
setName
-
zones
-
addZonesItem
-
getZones
List of zones that belong to the group.- Returns:
- zones
-
setZones
-
equals
-
hashCode
public int hashCode() -
toString
-