Class BlockDescriptor


  • public class BlockDescriptor
    extends Object
    A class describing a block log message. Used in BuildLog api when it is unfeasible to expose all the information about the block such as hierarchical data.
    • Constructor Detail

      • BlockDescriptor

        public BlockDescriptor​(int flowId,
                               @NotNull
                               String text,
                               @NotNull
                               String blockType)
    • Method Detail

      • getFlowId

        public int getFlowId()
      • getText

        @NotNull
        public String getText()
      • getBlockType

        @NotNull
        public String getBlockType()