public class LocalWeatherForecastResult
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
static LocalWeatherForecastResult |
createPagedResult(WeatherSearchQuery mQuery,
LocalWeatherForecast items) |
LocalWeatherForecast |
getForecastResult()
返回预报天气的查询结果。
|
WeatherSearchQuery |
getWeatherForecastQuery()
返回该结果对应的查询参数。
|
public static LocalWeatherForecastResult createPagedResult(WeatherSearchQuery mQuery, LocalWeatherForecast items)
public WeatherSearchQuery getWeatherForecastQuery()
public LocalWeatherForecast getForecastResult()