Class BlockSwitchExit


  • @KafkaModel
    public class BlockSwitchExit
    extends BlockCon
    • Field Summary

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

        TYPE
    • Constructor Summary

      Constructors 
      Constructor Description
      BlockSwitchExit()  
    • Method Summary

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

      • targetArrowId

        public java.lang.String targetArrowId
    • Constructor Detail

      • BlockSwitchExit

        public BlockSwitchExit()
    • Method Detail

      • of

        public static BlockSwitchExit of​(java.lang.String targetArrowId)