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 String
city
String
continent
The continent abbreviation that the country primarily resides.String
continentFull
String
country
String
countryFull
String
county
String
fips
The FIPS abbreviation for the country.String
iso
The countries 2 letter ISO abbreviation.String
iso3
The countries 3 letter ISO abbreviation.String
isoNum
The countries 3 digit ISO numeric id.String
name
The name of the place or country.String
region
String
regionFull
String
state
String
stateFull
-
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
-
-