| Constructor and Description |
|---|
WeatherForecastPrediction(int time,
double temperature,
double windSpeed,
double windDirection,
double cloudCover) |
| Modifier and Type | Method and Description |
|---|---|
double |
getCloudCover() |
int |
getForecastTime() |
long |
getId() |
double |
getTemperature() |
double |
getWindDirection() |
double |
getWindSpeed() |
Copyright © 2016. All Rights Reserved.