Class DebugTaskResults

    • Constructor Detail

      • DebugTaskResults

        public DebugTaskResults()
    • Method Detail

      • getStatus

        public String getStatus()
        Gets value for attribute status
      • setStatus

        public void setStatus​(String status)
        Sets value for attribute status
      • getLog

        public String getLog()
        Gets value for attribute log
      • setLog

        public void setLog​(String log)
        Sets value for attribute log
      • getException

        public Exception getException()
        Gets value for attribute exception
      • setException

        public void setException​(Exception exception)
        Sets value for attribute exception
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object