Package com.guinetik.examples
Class WeatherExample.WeatherResponse
- java.lang.Object
-
- com.guinetik.examples.WeatherExample.WeatherResponse
-
- Enclosing class:
- WeatherExample
public static class WeatherExample.WeatherResponse extends Object
Main weather response class
-
-
Constructor Summary
Constructors Constructor Description WeatherResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<WeatherExample.CurrentCondition>getCurrent_condition()List<WeatherExample.NearestArea>getNearest_area()List<WeatherExample.Weather>getWeather()voidsetCurrent_condition(List<WeatherExample.CurrentCondition> current_condition)voidsetNearest_area(List<WeatherExample.NearestArea> nearest_area)voidsetWeather(List<WeatherExample.Weather> weather)
-
-
-
Method Detail
-
getCurrent_condition
public List<WeatherExample.CurrentCondition> getCurrent_condition()
-
setCurrent_condition
public void setCurrent_condition(List<WeatherExample.CurrentCondition> current_condition)
-
getNearest_area
public List<WeatherExample.NearestArea> getNearest_area()
-
setNearest_area
public void setNearest_area(List<WeatherExample.NearestArea> nearest_area)
-
getWeather
public List<WeatherExample.Weather> getWeather()
-
setWeather
public void setWeather(List<WeatherExample.Weather> weather)
-
-