Class AsyncFunctionDependency

    • Constructor Detail

      • AsyncFunctionDependency

        public AsyncFunctionDependency​(String functionRefId,
                                       String canonicalFunctionName,
                                       ValueType valueType,
                                       String functionName,
                                       List<String> argumentExpressions)
    • Method Detail

      • getFunctionRefId

        public String getFunctionRefId()
      • getFunctionName

        public String getFunctionName()
      • getArgumentExpressions

        public List<String> getArgumentExpressions()
      • getCanonicalFunctionName

        public String getCanonicalFunctionName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getValueType

        public ValueType getValueType()