Class ChangeMessage


  • public final class ChangeMessage
    extends Object
    A message attached to a Change.
    • Field Detail

      • author

        protected Account.Id author
        Who wrote this comment; null if it was written by the Gerrit system.
      • writtenOn

        protected Timestamp writtenOn
        When this comment was drafted.
      • message

        protected String message
        The text left by the user.
      • patchset

        protected PatchSet.Id patchset
        Which patchset (if any) was this message generated from?
      • tag

        protected String tag
        Tag associated with change message
      • realAuthor

        protected Account.Id realAuthor
        Real user that added this message on behalf of the user recorded in author.