Package com.google.gerrit.entities
Class RobotComment
- java.lang.Object
-
- com.google.gerrit.entities.Comment
-
- com.google.gerrit.entities.RobotComment
-
public final class RobotComment extends Comment
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gerrit.entities.Comment
Comment.Identity, Comment.Key, Comment.Range, Comment.Status
-
-
Field Summary
Fields Modifier and Type Field Description List<FixSuggestion>
fixSuggestions
Map<String,String>
properties
String
robotId
String
robotRunId
String
url
-
Constructor Summary
Constructors Constructor Description RobotComment(Comment.Key key, Account.Id author, Instant writtenOn, short side, String message, String serverId, String robotId, String robotRunId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getApproximateSize()
int
hashCode()
String
toString()
-
Methods inherited from class com.google.gerrit.entities.Comment
getCommentFieldApproximateSize, getCommitId, getRealAuthor, setCommitId, setLineNbrAndRange, setRange, setRealAuthor, setWrittenOn, toStringHelper
-
-
-
-
Constructor Detail
-
RobotComment
public RobotComment(Comment.Key key, Account.Id author, Instant writtenOn, short side, String message, String serverId, String robotId, String robotRunId)
-
-
Method Detail
-
getApproximateSize
public int getApproximateSize()
- Specified by:
getApproximateSize
in classComment
-
-