Package travel.wink.sdk.extranet.model
Class SubCountry
java.lang.Object
travel.wink.sdk.extranet.model.SubCountry
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-05T21:41:24.797077847+07:00[Asia/Bangkok]")
public class SubCountry
extends Object
Country subdivision such as a state or province
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountryCode(String countryCode) booleanSub-country ascii namegetCode()CodeCountry codeSub-country GeoNames identifiergetName()Sub-country nameSub-country codeinthashCode()voidsetAsciiName(String asciiName) voidvoidsetCountryCode(String countryCode) voidsetGeoNameId(String geoNameId) voidvoidsetSubCountryCode(String subCountryCode) subCountryCode(String subCountryCode) toString()
-
Field Details
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_COUNTRY_CODE
- See Also:
-
JSON_PROPERTY_SUB_COUNTRY_CODE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ASCII_NAME
- See Also:
-
JSON_PROPERTY_GEO_NAME_ID
- See Also:
-
-
Constructor Details
-
SubCountry
public SubCountry()
-
-
Method Details
-
code
-
getCode
-
setCode
-
countryCode
-
getCountryCode
-
setCountryCode
-
subCountryCode
-
getSubCountryCode
-
setSubCountryCode
-
name
-
getName
-
setName
-
asciiName
-
getAsciiName
-
setAsciiName
-
geoNameId
-
getGeoNameId
-
setGeoNameId
-
equals
-
hashCode
-
toString
-