Class FuncArg


  • @KafkaModel
    public class FuncArg
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String exprId  
    • Constructor Summary

      Constructors 
      Constructor Description
      FuncArg()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static FuncArg of​(java.lang.String exprId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • exprId

        public java.lang.String exprId
    • Constructor Detail

      • FuncArg

        public FuncArg()
    • Method Detail

      • of

        public static FuncArg of​(java.lang.String exprId)