Class ObjectArg


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

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

      Constructors 
      Constructor Description
      ObjectArg()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ObjectArg 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

      • ObjectArg

        public ObjectArg()
    • Method Detail

      • of

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