Package travel.wink.sdk.extranet.model
Class SubCountrySupplier
java.lang.Object
travel.wink.sdk.extranet.model.SubCountrySupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-11-03T16:31:02.054814418+07:00[Asia/Bangkok]")
public class SubCountrySupplier
extends Object
Country subdivision such as a state or province
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSub-country ascii nameSub-country GeoNames identifiergetName()Sub-country nameinthashCode()voidsetAsciiName(String asciiName) voidsetGeoNameId(String geoNameId) voidtoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ASCII_NAME
- See Also:
-
JSON_PROPERTY_GEO_NAME_ID
- See Also:
-
-
Constructor Details
-
SubCountrySupplier
public SubCountrySupplier()
-
-
Method Details
-
name
-
getName
Sub-country name- Returns:
- name
-
setName
-
asciiName
-
getAsciiName
Sub-country ascii name- Returns:
- asciiName
-
setAsciiName
-
geoNameId
-
getGeoNameId
Sub-country GeoNames identifier- Returns:
- geoNameId
-
setGeoNameId
-
equals
-
hashCode
public int hashCode() -
toString
-