public class HistoricalWeather extends BaseWeather
BaseWeather.WeatherUnit| Modifier and Type | Field and Description |
|---|---|
java.util.List<HistoricalHourWeather> |
historicalData
Historical weather information as retrieved by the weather provider.
|
| Constructor and Description |
|---|
HistoricalWeather() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHistoricalHourWeather(HistoricalHourWeather item) |
HistoricalHourWeather |
getHistoricalHourWeather(int hourNum) |
java.util.List<HistoricalHourWeather> |
getHoistoricalData() |
getUnit, setUnitpublic java.util.List<HistoricalHourWeather> historicalData
public void addHistoricalHourWeather(HistoricalHourWeather item)
public HistoricalHourWeather getHistoricalHourWeather(int hourNum)
public java.util.List<HistoricalHourWeather> getHoistoricalData()