Class WorkflowStepError

    • Constructor Detail

      • WorkflowStepError

        public WorkflowStepError()
    • Method Detail

      • getCode

        public String getCode()
        Error code message.
        Returns:
        code
      • setCode

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

        public String getEndTime()
        Track the End time of the error retry/processed.
        Returns:
        endTime
      • setEndTime

        public void setEndTime​(String endTime)
        setEndTime.
      • getName

        public String getName()
        The workflow step name where the error occurred.
        Returns:
        name
      • setName

        public void setName​(String name)
        setName.
      • getStartTime

        public String getStartTime()
        Track Start time of the error occurred.
        Returns:
        startTime
      • setStartTime

        public void setStartTime​(String startTime)
        setStartTime.
      • 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