public class RobotComment extends Comment
Comment.Identity, Comment.Key, Comment.Range
Modifier and Type | Field and Description |
---|---|
List<FixSuggestion> |
fixSuggestions |
Map<String,String> |
properties |
String |
robotId |
String |
robotRunId |
String |
url |
author, key, lineNbr, message, parentUuid, range, realAuthor, revId, serverId, side, tag, unresolved, writtenOn
Constructor and Description |
---|
RobotComment(Comment.Key key,
Account.Id author,
Timestamp writtenOn,
short side,
String message,
String serverId,
String robotId,
String robotRunId) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, getRealAuthor, hashCode, setLineNbrAndRange, setRange, setRealAuthor, setRevId
public String robotId
public String robotRunId
public String url
public List<FixSuggestion> fixSuggestions
public RobotComment(Comment.Key key, Account.Id author, Timestamp writtenOn, short side, String message, String serverId, String robotId, String robotRunId)