Class CommentInfo

    • Field Detail

      • changeMessageId

        public String changeMessageId
      • unresolved

        public Boolean unresolved
      • contextLines

        public List<ContextLineInfo> contextLines
        A list of ContextLineInfo, that is, a list of pairs of {line_num, line_text} of the actual source file content surrounding and including the lines where the comment was written.
      • sourceContentType

        public String sourceContentType
        Mime type of the underlying source file. Only available if context lines are requested.
    • Constructor Detail

      • CommentInfo

        public CommentInfo()