public class Weather extends Object implements OpenWeatherResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
Weather.WeatherInfo |
static class |
Weather.WeatherSystemInfo |
| Constructor and Description |
|---|
Weather() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountry() |
Date |
getDataCalculationDate() |
byte |
getHumidityPercentage() |
short |
getPressure() |
String |
getPressureUnit() |
float |
getTemperature() |
char |
getTemperatureUnit() |
String |
getWeatherDescription() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCityId, getCityName, getCoordinates, getResponseCodepublic String getCountry()
getCountry in interface OpenWeatherResponsepublic String getWeatherDescription()
public Date getDataCalculationDate()
public float getTemperature()
public char getTemperatureUnit()
public short getPressure()
public String getPressureUnit()
public byte getHumidityPercentage()
Copyright © 2019. All rights reserved.