Modifier and Type | Class and Description |
---|---|
static class |
WeatherReport.Builder
Build a new WeatherReport.
|
Modifier and Type | Method and Description |
---|---|
Current |
getCurrent()
Current weather.
|
List<DailyForecast> |
getDailyForecasts()
Daily forecasts.
|
DateTime |
getDate()
Local time of the location, based on server time.
|
List<HourlyForecast> |
getHourlyForecasts() |
String |
getLanguage()
Language of report.
|
Location |
getLocation()
Where the weather report is for.
|
Query |
getQuery()
The search terms used, as reported by the API.
|
public Query getQuery()
public Location getLocation()
public Current getCurrent()
public List<DailyForecast> getDailyForecasts()
public List<HourlyForecast> getHourlyForecasts()
public DateTime getDate()
public String getLanguage()
Copyright © 2015. All rights reserved.