Class Comment
- java.lang.Object
-
- com.google.gerrit.extensions.client.Comment
-
- Direct Known Subclasses:
CommentInfo,DraftInput,ReviewInput.CommentInput
public abstract class Comment extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classComment.Range
-
Field Summary
Fields Modifier and Type Field Description StringidStringinReplyToIntegerlineValue 0 or null indicates a file comment, normal lines start at 1.StringmessageIntegerparentIntegerpatchSetPatch set number containing this commit.StringpathComment.RangerangeSidesideBooleanunresolvedTimestampupdated
-
Constructor Summary
Constructors Constructor Description 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.
-
id
public String id
-
path
public String path
-
side
public Side side
-
parent
public Integer parent
-
line
public Integer line
Value 0 or null indicates a file comment, normal lines start at 1.
-
range
public Comment.Range range
-
inReplyTo
public String inReplyTo
-
updated
public Timestamp updated
-
message
public String message
-
unresolved
public Boolean unresolved
-
-