Package com.aerisweather.aeris.model
Class Place
- java.lang.Object
-
- com.aerisweather.aeris.model.Place
-
public class Place extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringcityStringcontinentThe continent abbreviation that the country primarily resides.StringcontinentFullStringcountryStringcountryFullStringcountyStringfipsThe FIPS abbreviation for the country.StringisoThe countries 2 letter ISO abbreviation.Stringiso3The countries 3 letter ISO abbreviation.StringisoNumThe countries 3 digit ISO numeric id.StringnameThe name of the place or country.StringregionStringregionFullStringstateStringstateFull
-
Constructor Summary
Constructors Constructor Description Place()
-
-
-
Field Detail
-
name
public String name
The name of the place or country. Returned by various Endpoint types.
-
continentFull
public String continentFull
-
city
public String city
-
continent
public String continent
The continent abbreviation that the country primarily resides. Returned byCOUNTRIES
-
state
public String state
-
stateFull
public String stateFull
-
region
public String region
-
regionFull
public String regionFull
-
country
public String country
-
countryFull
public String countryFull
-
county
public String county
-
isoNum
public String isoNum
The countries 3 digit ISO numeric id. Kept as string to preserve leading zeros. Returned byCOUNTRIES
-
-