Class WeatherResponse.WeatherInfo
java.lang.Object
com.github.trelawnm.weathersdk.model.WeatherResponse.WeatherInfo
- Enclosing class:
- WeatherResponse
Basic information about weather conditions
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WeatherInfo
public WeatherInfo()
-
-
Method Details
-
getMain
- Returns:
- main weather condition
-
setMain
- Parameters:
main- main weather condition
-
getDescription
- Returns:
- detailed weather description
-
setDescription
- Parameters:
description- detailed weather description
-