Interface YWeatherEntryModule

    • Method Detail

      • getCondition

        Condition getCondition()
        The current conditions.
        Returns:
        The current conditions.
      • setCondition

        void setCondition​(Condition condition)
        The current conditions.
        Parameters:
        condition - The current conditions.
      • getForecasts

        Forecast[] getForecasts()
        Forecasts for this location.
        Returns:
        Forecasts for this location.
      • setForecasts

        void setForecasts​(Forecast[] forecasts)
        Forecasts for this location.
        Parameters:
        forecasts - Forecasts for this location.