Implemented DailyForecast requesting. Added 'lombok' dependency. Some refactoring...

This commit is contained in:
2018-07-25 00:19:43 +03:00
parent 61eea0b8f6
commit d86b228c6e
16 changed files with 650 additions and 867 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ Available requests:
| `getCityId()` | Returns city ID. Example: `625144` for Minsk. |
| `getCityName()` | Returns city name. Example: `Minsk`. |
| `getCoordinates()` | Returns `Coordinates` instance that contains *latitude* and *longitude* information. |
| `getCityInfo()` | Returns `HourlyForecast.CityInfo` instance that contains information about city. |
| `getCityInfo()` | Returns `CityInfo` instance that contains information about city. |
| `getResponseCode()` | Returns OpenWeatherMap response code. Internal information. |
| `getCountry()` | An alias for `getCityInfo().getCountry()`. |
| `getForecasts()` | Returns `List<HourlyForecast.Forecast>` collection with all forecast information. |