Class DSWorkflowStep

  • All Implemented Interfaces:
    Serializable

    public class DSWorkflowStep
    extends Object
    implements Serializable
    A DS Workflow Step. This object should be any of the following object models: [#/definitions/DSServiceStep, #/definitions/DSTransformationStep, #/definitions/DSDocGenStep, #/definitions/DSSignStep].
    See Also:
    Serialized Form
    • Constructor Detail

      • DSWorkflowStep

        public DSWorkflowStep()
    • Method Detail

      • 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