Package org.openremote.manager.energy
Class ForecastWindService.WeatherForecastModel
java.lang.Object
org.openremote.manager.energy.ForecastWindService.WeatherForecastModel
- Enclosing class:
ForecastWindService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
timestamp
protected long timestampSeconds -
tempature
protected double tempature -
humidity
protected int humidity -
windSpeed
protected double windSpeed -
windDirection
protected int windDirection -
uv
protected double uv
-
-
Constructor Details
-
WeatherForecastModel
protected WeatherForecastModel()
-
-
Method Details
-
getTimestamp
public long getTimestamp() -
getTempature
public double getTempature() -
getHumidity
public int getHumidity() -
getWindSpeed
public double getWindSpeed() -
getWindDirection
public int getWindDirection() -
getUv
public double getUv()
-