Class WeatherResponse.WindInfo
java.lang.Object
com.github.trelawnm.weathersdk.model.WeatherResponse.WindInfo
- Enclosing class:
- WeatherResponse
Wind measurement data
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WindInfo
public WindInfo()
-
-
Method Details
-
getSpeed
- Returns:
- wind speed in m/s
-
setSpeed
- Parameters:
speed- wind speed in m/s
-