Class ForecastsResponse


  • public class ForecastsResponse
    extends PeriodsResponse<ForecastPeriod>
    Object to make the forecasts endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response.
    • Constructor Detail

      • ForecastsResponse

        public ForecastsResponse​(AerisDataJSON data)
        Constructor the the forecasts response. Wraps the JSON data into a friendlier object to determine what data is available.
        Parameters:
        data - JSON data