Class Comment
java.lang.Object
com.google.gerrit.extensions.client.Comment
- Direct Known Subclasses:
CommentInfo
,DraftInput
,ReviewInput.CommentInput
,ReviewInput.RobotCommentInput
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionHex commit SHA1 (as 40 characters hex string) of the commit of the patchset to which this comment applies.Value 0 or null indicates a file comment, normal lines start at 1.Patch set number containing this commit. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setUpdated
(Instant when) short
side()
-
Field Details
-
patchSet
Patch set number containing this commit.Only set in contexts where comments may come from multiple patch sets.
-
id
-
path
-
side
-
parent
-
line
Value 0 or null indicates a file comment, normal lines start at 1. -
range
-
inReplyTo
-
updated
-
message
-
commitId
Hex commit SHA1 (as 40 characters hex string) of the commit of the patchset to which this comment applies.
-
-
Constructor Details
-
Comment
public Comment()
-
-
Method Details