Class WorkflowStepErrorError

    • Constructor Detail

      • WorkflowStepErrorError

        public WorkflowStepErrorError()
    • Method Detail

      • getCode

        public String getCode()
        The Error Code Message.
        Returns:
        code
      • setCode

        public void setCode​(String code)
        setCode.
      • getMessage

        public String getMessage()
        Error Message which shares more details.
        Returns:
        message
      • setMessage

        public void setMessage​(String message)
        setMessage.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object