Class StepExpression

    • Method Detail

      • getSourceAsset

        public Asset getSourceAsset()
        Returns the source asset of this StepExpression object.
        Returns:
        the source asset of this StepExpression object
        Since:
        1.0.0
      • getTargetAsset

        public Asset getTargetAsset()
        Returns the target asset of this StepExpression object.
        Returns:
        the target asset of this StepExpression object
        Since:
        1.0.0
      • toJson

        public abstract JsonObject toJson()
        Returns the JSON representation of this StepExpression object.
        Returns:
        the JSON representation of this StepExpression object
        Since:
        1.0.0