Package io.trippay.sdk.payment.model
Class SubSubCountry
java.lang.Object
io.trippay.sdk.payment.model.SubSubCountry
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-30T09:45:07.381511750+07:00[Asia/Bangkok]")
public class SubSubCountry
extends Object
Country sub sub division
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountryCode(String countryCode) booleanGet asciiNamegetCode()Get codeGet countryCodeGet geoNameIdgetName()Get nameGet subCountryCodeGet subSubCountryCodeinthashCode()voidsetAsciiName(String asciiName) voidvoidsetCountryCode(String countryCode) voidsetGeoNameId(String geoNameId) voidvoidsetSubCountryCode(String subCountryCode) voidsetSubSubCountryCode(String subSubCountryCode) subCountryCode(String subCountryCode) subSubCountryCode(String subSubCountryCode) toString()
-
Field Details
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_COUNTRY_CODE
- See Also:
-
JSON_PROPERTY_SUB_COUNTRY_CODE
- See Also:
-
JSON_PROPERTY_SUB_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
-
SubSubCountry
public SubSubCountry()
-
-
Method Details
-
code
-
getCode
Get code- Returns:
- code
-
setCode
-
countryCode
-
getCountryCode
Get countryCode- Returns:
- countryCode
-
setCountryCode
-
subCountryCode
-
getSubCountryCode
Get subCountryCode- Returns:
- subCountryCode
-
setSubCountryCode
-
subSubCountryCode
-
getSubSubCountryCode
Get subSubCountryCode- Returns:
- subSubCountryCode
-
setSubSubCountryCode
-
name
-
getName
Get name- Returns:
- name
-
setName
-
asciiName
-
getAsciiName
Get asciiName- Returns:
- asciiName
-
setAsciiName
-
geoNameId
-
getGeoNameId
Get geoNameId- Returns:
- geoNameId
-
setGeoNameId
-
equals
-
hashCode
public int hashCode() -
toString
-