Class Weather.WindData
java.lang.Object
de.kaffeemitkoffein.tinyweatherforecastgermany.Weather.WindData
- Enclosing class:
Weather
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
timestamp
public long timestamp
-
-
Constructor Details
-
WindData
public WindData() -
WindData
-
-
Method Details
-
getSpeed
public double getSpeed() -
getSpeedKmh
public double getSpeedKmh() -
getDirection
public double getDirection() -
getTimestamp
public long getTimestamp()
-