public interface OpenWeatherResponse
| Modifier and Type | Method and Description |
|---|---|
long |
getCityId() |
String |
getCityName() |
Coordinates |
getCoordinates() |
String |
getCountry() |
short |
getResponseCode() |
String getCityName()
long getCityId()
String getCountry()
Coordinates getCoordinates()
short getResponseCode()
Copyright © 2019. All rights reserved.