Package com.guinetik.examples
Class WeatherExample.NearestArea
- java.lang.Object
-
- com.guinetik.examples.WeatherExample.NearestArea
-
- Enclosing class:
- WeatherExample
public static class WeatherExample.NearestArea extends Object
Nearest area information
-
-
Constructor Summary
Constructors Constructor Description NearestArea()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<WeatherExample.Value>getAreaName()List<WeatherExample.Value>getCountry()StringgetLatitude()StringgetLongitude()StringgetPopulation()List<WeatherExample.Value>getRegion()voidsetAreaName(List<WeatherExample.Value> areaName)voidsetCountry(List<WeatherExample.Value> country)voidsetLatitude(String latitude)voidsetLongitude(String longitude)voidsetPopulation(String population)voidsetRegion(List<WeatherExample.Value> region)
-
-
-
Method Detail
-
getAreaName
public List<WeatherExample.Value> getAreaName()
-
setAreaName
public void setAreaName(List<WeatherExample.Value> areaName)
-
getCountry
public List<WeatherExample.Value> getCountry()
-
setCountry
public void setCountry(List<WeatherExample.Value> country)
-
getLatitude
public String getLatitude()
-
setLatitude
public void setLatitude(String latitude)
-
getLongitude
public String getLongitude()
-
setLongitude
public void setLongitude(String longitude)
-
getPopulation
public String getPopulation()
-
setPopulation
public void setPopulation(String population)
-
getRegion
public List<WeatherExample.Value> getRegion()
-
setRegion
public void setRegion(List<WeatherExample.Value> region)
-
-