public class WeatherObservation extends Object
| Constructor and Description |
|---|
WeatherObservation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClouds() |
String |
getCountryCode() |
double |
getDewPoint() |
Integer |
getElevation() |
double |
getHumidity() |
String |
getIcaoCode() |
double |
getLatitude() |
double |
getLongitude() |
String |
getObservation() |
Date |
getObservationTime() |
String |
getStationName() |
double |
getTemperature() |
String |
getWeatherCondition() |
String |
getWindSpeed() |
void |
setClouds(String clouds) |
void |
setCountryCode(String countryCode) |
void |
setDewPoint(double dewPoint) |
void |
setElevation(Integer elevation) |
void |
setHumidity(double humidity) |
void |
setIcaoCode(String icaoCode) |
void |
setLatitude(double latitude) |
void |
setLongitude(double longitude) |
void |
setObservation(String observation) |
void |
setObservationTime(Date observationTime) |
void |
setStationName(String stationName) |
void |
setTemperature(double temperature) |
void |
setWeatherCondition(String weatherCondition) |
void |
setWindSpeed(String windSpeed) |
public WeatherObservation()
public String getObservation()
public void setObservation(String observation)
observation - the observation to setpublic Date getObservationTime()
public void setObservationTime(Date observationTime)
observationTime - the observationTime to setpublic String getStationName()
public void setStationName(String stationName)
stationName - the stationName to setpublic String getIcaoCode()
public void setIcaoCode(String icaoCode)
icaoCode - the icaoCode to setpublic String getCountryCode()
public void setCountryCode(String countryCode)
countryCode - the countryCode to setpublic Integer getElevation()
public void setElevation(Integer elevation)
elevation - the elevation to setpublic double getLatitude()
public void setLatitude(double latitude)
latitude - the latitude to setpublic double getLongitude()
public void setLongitude(double longitude)
longitude - the longitude to setpublic double getTemperature()
public void setTemperature(double temperature)
temperature - the temperature to setpublic double getDewPoint()
public void setDewPoint(double dewPoint)
dewPoint - the dewPoint to setpublic double getHumidity()
public void setHumidity(double humidity)
humidity - the humidity to setpublic String getWeatherCondition()
public void setWeatherCondition(String weatherCondition)
weatherCondition - the weatherCondition to setpublic String getWindSpeed()
public void setWindSpeed(String windSpeed)
windSpeed - the windSpeed to set