Class Country
java.lang.Object
travel.wink.sdk.booking.engine.model.Country
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-27T09:28:43.464694+07:00[Asia/Bangkok]")
public class Country
extends Object
Country
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncurrencyCode(String currencyCode) currencyName(String currencyName) booleanCountry capitalContinent codeCurrency codeCurrency nameCountry GeoNames identifiergetIso()ISO codegetName()Country nameinthashCode()voidsetCapital(String capital) voidsetContinent(String continent) voidsetCurrencyCode(String currencyCode) voidsetCurrencyName(String currencyName) voidsetGeoNameId(String geoNameId) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_ISO
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_CAPITAL
- See Also:
-
JSON_PROPERTY_CONTINENT
- See Also:
-
JSON_PROPERTY_CURRENCY_CODE
- See Also:
-
JSON_PROPERTY_CURRENCY_NAME
- See Also:
-
JSON_PROPERTY_GEO_NAME_ID
- See Also:
-
-
Constructor Details
-
Country
public Country()
-
-
Method Details
-
iso
-
getIso
ISO code- Returns:
- iso
-
setIso
-
name
-
getName
Country name- Returns:
- name
-
setName
-
capital
-
getCapital
Country capital- Returns:
- capital
-
setCapital
-
continent
-
getContinent
Continent code- Returns:
- continent
-
setContinent
-
currencyCode
-
getCurrencyCode
Currency code- Returns:
- currencyCode
-
setCurrencyCode
-
currencyName
-
getCurrencyName
Currency name- Returns:
- currencyName
-
setCurrencyName
-
geoNameId
-
getGeoNameId
Country GeoNames identifier- Returns:
- geoNameId
-
setGeoNameId
-
equals
-
hashCode
public int hashCode() -
toString
-