Class CommentResult

    • Constructor Detail

      • CommentResult

        public CommentResult()
      • CommentResult

        public CommentResult​(long id,
                             String html,
                             long ownerId,
                             long parentId,
                             boolean asyncRenderSafe,
                             boolean isInlineComment,
                             String serializedHighlights,
                             String dataRef)
    • Method Detail

      • getHtml

        public String getHtml()