Class DSIdvStepInput

    • Constructor Detail

      • DSIdvStepInput

        public DSIdvStepInput()
    • Method Detail

      • backgroundColorBranding

        public DSIdvStepInput backgroundColorBranding​(Object backgroundColorBranding)
        backgroundColorBranding.
        Returns:
        DSIdvStepInput
      • getBackgroundColorBranding

        public Object getBackgroundColorBranding()
        Reference of #/definitions/StringOrVariableOrTransformation. Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression].
        Returns:
        backgroundColorBranding
      • setBackgroundColorBranding

        public void setBackgroundColorBranding​(Object backgroundColorBranding)
        setBackgroundColorBranding.
      • expectedFullName

        public DSIdvStepInput expectedFullName​(Object expectedFullName)
        expectedFullName.
        Returns:
        DSIdvStepInput
      • getExpectedFullName

        public Object getExpectedFullName()
        Reference of #/definitions/StringOrVariableOrTransformation. Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression].
        Returns:
        expectedFullName
      • setExpectedFullName

        public void setExpectedFullName​(Object expectedFullName)
        setExpectedFullName.
      • retryLimit

        public DSIdvStepInput retryLimit​(Object retryLimit)
        retryLimit.
        Returns:
        DSIdvStepInput
      • getRetryLimit

        public Object getRetryLimit()
        This object should be any of the following object models or types: [number, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression].
        Returns:
        retryLimit
      • setRetryLimit

        public void setRetryLimit​(Object retryLimit)
        setRetryLimit.
      • textColorBranding

        public DSIdvStepInput textColorBranding​(Object textColorBranding)
        textColorBranding.
        Returns:
        DSIdvStepInput
      • getTextColorBranding

        public Object getTextColorBranding()
        Reference of #/definitions/StringOrVariableOrTransformation. Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression].
        Returns:
        textColorBranding
      • setTextColorBranding

        public void setTextColorBranding​(Object textColorBranding)
        setTextColorBranding.
      • 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