Class BlockReturn


  • @KafkaModel
    public class BlockReturn
    extends BlockCon
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String exprId  
      boolean hasReturnValue  
      • Fields inherited from class kz.greetgo.script.model.block.Block

        TYPE
    • Constructor Summary

      Constructors 
      Constructor Description
      BlockReturn()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static BlockReturn of()  
      • Methods inherited from class kz.greetgo.script.model.block.Block

        getType
      • Methods inherited from class java.lang.Object

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

      • hasReturnValue

        public boolean hasReturnValue
      • exprId

        public java.lang.String exprId
    • Constructor Detail

      • BlockReturn

        public BlockReturn()