Class ExprNewBoi


  • @KafkaModel
    public class ExprNewBoi
    extends Expr
    • Field Summary

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

        TYPE
    • Constructor Summary

      Constructors 
      Constructor Description
      ExprNewBoi()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ExprNewBoi of​(java.lang.String boId)  
      • 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

      • boId

        @RefToBo
        @MixingId
        public java.lang.String boId
    • Constructor Detail

      • ExprNewBoi

        public ExprNewBoi()
    • Method Detail

      • of

        public static ExprNewBoi of​(java.lang.String boId)