Class FunctionRef

    • Constructor Detail

      • FunctionRef

        public FunctionRef()
        No args constructor for use in serialization
      • FunctionRef

        public FunctionRef​(String refName)
        Parameters:
        refName -
    • Method Detail

      • getRefName

        public String getRefName()
        Name of the referenced function (Required)
      • setRefName

        public void setRefName​(String refName)
        Name of the referenced function (Required)
      • getParameters

        public Map<String,​String> getParameters()
        Function parameters
      • setParameters

        public void setParameters​(Map<String,​String> parameters)
        Function parameters