public class CurrentCondition
extends java.lang.Object
| Constructor and Description |
|---|
CurrentCondition() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
double |
getHumidity() |
java.lang.String |
getObservationTime() |
double |
getPressure() |
double |
getSpeedKmph() |
double |
getSpeedMiles() |
int |
getTempC() |
int |
getTempF() |
int |
getWeatherCode() |
java.lang.String |
getWeatherIconUrl() |
java.lang.String |
getWindDir() |
void |
setDescription(java.lang.String description) |
void |
setHumidity(double humidity) |
void |
setObservationTime(java.lang.String observationTime) |
void |
setPressure(double pressure) |
void |
setSpeedKmph(double speedKmph) |
void |
setSpeedMiles(double speedMiles) |
void |
setTempC(int tempC) |
void |
setTempF(int tempF) |
void |
setWeatherCode(int weatherCode) |
void |
setWeatherIconUrl(java.lang.String weatherIconUrl) |
void |
setWindDir(java.lang.String windDir) |
public java.lang.String getObservationTime()
public void setObservationTime(java.lang.String observationTime)
public int getTempC()
public void setTempC(int tempC)
public int getTempF()
public void setTempF(int tempF)
public int getWeatherCode()
public void setWeatherCode(int weatherCode)
public java.lang.String getWeatherIconUrl()
public void setWeatherIconUrl(java.lang.String weatherIconUrl)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public double getSpeedMiles()
public void setSpeedMiles(double speedMiles)
public double getSpeedKmph()
public void setSpeedKmph(double speedKmph)
public java.lang.String getWindDir()
public void setWindDir(java.lang.String windDir)
public double getHumidity()
public void setHumidity(double humidity)
public double getPressure()
public void setPressure(double pressure)
Copyright © 2018 Jasig. All Rights Reserved.