public class WeatherData extends Object
| Constructor and Description |
|---|
WeatherData() |
| Modifier and Type | Method and Description |
|---|---|
CurrentCondition |
getCondition() |
List<WeatherForecast> |
getForecasts() |
String |
getWeatherUrl() |
void |
setCondition(CurrentCondition condition) |
void |
setForecasts(List<WeatherForecast> forecasts) |
public CurrentCondition getCondition()
public void setCondition(CurrentCondition condition)
public List<WeatherForecast> getForecasts()
public void setForecasts(List<WeatherForecast> forecasts)
public String getWeatherUrl()
Copyright © 2015 Jasig. All Rights Reserved.