public class DailyForecast extends Object implements OpenWeatherResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DailyForecast.Forecast |
| Constructor and Description |
|---|
DailyForecast() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCityId() |
String |
getCityName() |
Coordinates |
getCoordinates() |
String |
getCountry() |
short |
getResponseCode() |
String |
toString() |
public String getCityName()
getCityName in interface OpenWeatherResponsepublic long getCityId()
getCityId in interface OpenWeatherResponsepublic String getCountry()
getCountry in interface OpenWeatherResponsepublic Coordinates getCoordinates()
getCoordinates in interface OpenWeatherResponsepublic short getResponseCode()
getResponseCode in interface OpenWeatherResponseCopyright © 2019. All rights reserved.