public class HourlyForecast extends Object implements OpenWeatherResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
HourlyForecast.Forecast |
| Constructor and Description |
|---|
HourlyForecast() |
| Modifier and Type | Method and Description |
|---|---|
float |
getAveragePressure() |
float |
getAverageTemperature() |
HourlyForecast.Forecast |
getByMaximumPressure() |
HourlyForecast.Forecast |
getByMaximumTemperature() |
HourlyForecast.Forecast |
getByMinimumPressure() |
HourlyForecast.Forecast |
getByMinimumTemperature() |
long |
getCityId() |
String |
getCityName() |
Coordinates |
getCoordinates() |
String |
getCountry() |
float |
getMaximumPressure() |
float |
getMaximumTemperature() |
float |
getMinimumPressure() |
float |
getMinimumTemperature() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResponseCodepublic String getCityName()
getCityName in interface OpenWeatherResponsepublic long getCityId()
getCityId in interface OpenWeatherResponsepublic String getCountry()
getCountry in interface OpenWeatherResponsepublic Coordinates getCoordinates()
getCoordinates in interface OpenWeatherResponsepublic float getAverageTemperature()
public float getMinimumTemperature()
public float getMaximumTemperature()
public HourlyForecast.Forecast getByMinimumTemperature()
public HourlyForecast.Forecast getByMaximumTemperature()
public float getAveragePressure()
public float getMinimumPressure()
public float getMaximumPressure()
public HourlyForecast.Forecast getByMinimumPressure()
public HourlyForecast.Forecast getByMaximumPressure()
Copyright © 2019. All rights reserved.