Class ExprCreateObject


  • @KafkaModel
    public class ExprCreateObject
    extends Expr
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String objectId  
      • Fields inherited from class kz.greetgo.script.model.expr.Expr

        TYPE
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ExprCreateObject of​(java.lang.String objectId)  
      • Methods inherited from class kz.greetgo.script.model.expr.Expr

        getType
      • Methods inherited from class java.lang.Object

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

      • objectId

        public java.lang.String objectId
    • Constructor Detail

      • ExprCreateObject

        public ExprCreateObject()