Class ForecastJobResponse

    • Constructor Detail

      • ForecastJobResponse

        public ForecastJobResponse​(boolean acknowledged,
                                   java.lang.String forecastId)
    • Method Detail

      • isAcknowledged

        public boolean isAcknowledged()
        Forecast creating acknowledgement
        Returns:
        true indicates success, false otherwise
      • getForecastId

        public java.lang.String getForecastId()
        The created forecast ID
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object