Class AnomalyDetectorError


  • public final class AnomalyDetectorError
    extends Object
    Error information returned by the API.
    • Constructor Detail

      • AnomalyDetectorError

        public AnomalyDetectorError()
    • Method Detail

      • getMessage

        public String getMessage()
        Get the message property: A message explaining the error reported by the service.
        Returns:
        the message value.
      • setMessage

        public AnomalyDetectorError setMessage​(String message)
        Set the message property: A message explaining the error reported by the service.
        Parameters:
        message - the message value to set.
        Returns:
        the AnomalyDetectorError object itself.