Class DSTransformationStep

    • Constructor Detail

      • DSTransformationStep

        public DSTransformationStep()
    • Method Detail

      • getConfig

        public RecordToNever getConfig()
        Get config.
        Returns:
        config
      • setConfig

        public void setConfig​(RecordToNever config)
        setConfig.
      • getExpression

        public Object getExpression()
        Reference of #/definitions/DSWorkflowTransformationExpression. Transformation Expression object. This object should be any of the following object models: [#/definitions/DSWorkflowReplaceExpression, #/definitions/DSWorkflowToLowerExpression, #/definitions/DSWorkflowToUpperExpression, #/components/schemas/DSWorkflowLastIndexOfExpression, #/components/schemas/DSWorkflowIndexOfExpression, #/components/schemas/DSWorkflowSubstringExpression, #/components/schemas/DSWorkflowConcatExpression].
        Returns:
        expression
      • setExpression

        public void setExpression​(Object expression)
        setExpression.
      • getId

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

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

        public Map<String,​Object> getInput()
        A Record of strings to Strings, Variables, or Transformation Expressions.
        Returns:
        input
      • setInput

        public void setInput​(Map<String,​Object> input)
        setInput.
      • getName

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

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

        public Map<String,​Object> getOutput()
        A Record of strings to Strings, Variables, or Transformation Expressions.
        Returns:
        output
      • setOutput

        public void setOutput​(Map<String,​Object> output)
        setOutput.
      • 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