Package io.trippay.sdk.payment.model
Class SubCountry
java.lang.Object
io.trippay.sdk.payment.model.SubCountry
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-08T10:34:54.959445034+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
Code- Returns:
- code
-
setCode
-
countryCode
-
getCountryCode
Country code- Returns:
- countryCode
-
setCountryCode
-
subCountryCode
-
getSubCountryCode
Sub-country code- Returns:
- subCountryCode
-
setSubCountryCode
-
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
-