Package com.google.gerrit.entities
Class RobotComment
- java.lang.Object
-
- com.google.gerrit.entities.Comment
-
- com.google.gerrit.entities.RobotComment
-
public 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
-
Fields inherited from class com.google.gerrit.entities.Comment
author, key, lineNbr, message, parentUuid, range, realAuthor, serverId, side, tag, unresolved, writtenOn
-
-
Constructor Summary
Constructors Constructor Description RobotComment(Comment.Key key, Account.Id author, Timestamp writtenOn, short side, String message, String serverId, String robotId, String robotRunId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class com.google.gerrit.entities.Comment
equals, getCommitId, getRealAuthor, hashCode, setCommitId, setLineNbrAndRange, setRange, setRealAuthor, toStringHelper
-
-
-
-
Constructor Detail
-
RobotComment
public RobotComment(Comment.Key key, Account.Id author, Timestamp writtenOn, short side, String message, String serverId, String robotId, String robotRunId)
-
-