Class DSLoopStep

    • Constructor Detail

      • DSLoopStep

        public DSLoopStep()
    • Method Detail

      • getId

        public String getId()
        Get id.
        Returns:
        id
      • setId

        public void setId​(String id)
        setId.
      • loopSteps

        public DSLoopStep loopSteps​(List<Object> loopSteps)
        loopSteps.
        Returns:
        DSLoopStep
      • addLoopStepsItem

        public DSLoopStep addLoopStepsItem​(Object loopStepsItem)
        addLoopStepsItem.
        Returns:
        DSLoopStep
      • getLoopSteps

        public List<Object> getLoopSteps()
        A list of #/definitions/DSWorkflowStep. Each element is: A DS Workflow Step. This object should be any of the following object models: [#/definitions/DSServiceStep, #/definitions/DSTransformationStep, #/definitions/DSDocGenStep, #/definitions/DSSignStep].
        Returns:
        loopSteps
      • setLoopSteps

        public void setLoopSteps​(List<Object> loopSteps)
        setLoopSteps.
      • getName

        public String getName()
        Get name.
        Returns:
        name
      • setName

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