Class BlockLogMessage

    • Constructor Detail

      • BlockLogMessage

        public BlockLogMessage​(@NotNull
                               String text,
                               @NotNull
                               Status status,
                               @NotNull
                               String blockType,
                               @Nullable
                               Date timestamp,
                               @Nullable
                               String renderingHint,
                               int flowId,
                               boolean containsMessages,
                               @Nullable
                               Collection<String> tags)
      • BlockLogMessage

        public BlockLogMessage​(@NotNull
                               String text,
                               @NotNull
                               String blockType,
                               @Nullable
                               Date timestamp,
                               @Nullable
                               String renderingHint,
                               int flowId,
                               @Nullable
                               Collection<String> tags)
      • BlockLogMessage

        public BlockLogMessage​(@NotNull
                               String text,
                               @NotNull
                               String blockType,
                               @Nullable
                               Date timestamp,
                               @Nullable
                               String renderingHint,
                               int flowId)
    • Method Detail

      • getFinishDate

        @Nullable
        public Date getFinishDate()
      • setFinishDate

        public void setFinishDate​(@Nullable
                                  Date finishDate)
      • isFinished

        public boolean isFinished()
      • getBlockType

        @NotNull
        public String getBlockType()
      • containsMessages

        public boolean containsMessages()
        Returns true if this block contains other messages.
        Returns:
        true if this block contains other messages.
      • getBlockDescription

        @Nullable
        public String getBlockDescription()
        Returns non-empty block description or null if there is none.
        Returns:
        block description or null
      • isFinishLogMessage

        public boolean isFinishLogMessage()