Class Comment

    • Field Detail

      • patchSet

        public Integer patchSet
        Patch set number containing this commit.

        Only set in contexts where comments may come from multiple patch sets.

      • side

        public Side side
      • line

        public Integer line
        Value 0 or null indicates a file comment, normal lines start at 1.
      • inReplyTo

        public String inReplyTo
      • message

        public String message
      • commitId

        public String commitId
        Hex commit SHA1 (as 40 characters hex string) of the commit of the patchset to which this comment applies.
    • Constructor Detail

      • Comment

        public Comment()
    • Method Detail

      • getUpdated

        public Instant getUpdated()
      • setUpdated

        public void setUpdated​(Instant when)
      • side

        public short side()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object