public class WeatherPusher extends Object
| Constructor and Description |
|---|
WeatherPusher(long millis,
double temperature,
double windSpeed,
double windDirection,
double cloudCover,
int timeslot) |
| Modifier and Type | Method and Description |
|---|---|
double |
getCloudCover() |
long |
getMillis() |
double |
getTemperature() |
int |
getTimeslot() |
double |
getWindDirection() |
double |
getWindSpeed() |
Copyright © 2016 Power TAC. All Rights Reserved.