Class WeatherResponse.WeatherInfo

java.lang.Object
com.github.trelawnm.weathersdk.model.WeatherResponse.WeatherInfo
Enclosing class:
WeatherResponse

public static class WeatherResponse.WeatherInfo extends Object
Basic information about weather conditions
  • Constructor Details

    • WeatherInfo

      public WeatherInfo()
  • Method Details

    • getMain

      public String getMain()
      Returns:
      main weather condition
    • setMain

      public void setMain(String main)
      Parameters:
      main - main weather condition
    • getDescription

      public String getDescription()
      Returns:
      detailed weather description
    • setDescription

      public void setDescription(String description)
      Parameters:
      description - detailed weather description