Package travel.wink.sdk.affiliate.model
Class CountryAffiliate
java.lang.Object
travel.wink.sdk.affiliate.model.CountryAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-08-27T09:54:22.092689314+07:00[Asia/Bangkok]")
public class CountryAffiliate
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
-
CountryAffiliate
public CountryAffiliate()
-
-
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
-