Package com.google.gerrit.entities
Class RobotComment
java.lang.Object
com.google.gerrit.entities.Comment
com.google.gerrit.entities.RobotComment
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gerrit.entities.Comment
Comment.Identity, Comment.Key, Comment.Range, Comment.Status
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Fields inherited from class com.google.gerrit.entities.Comment
author, fixSuggestions, key, lineNbr, message, parentUuid, range, realAuthor, serverId, side, tag, writtenOn
-
Constructor Summary
ConstructorsConstructorDescriptionRobotComment
(Comment.Key key, Account.Id author, Instant writtenOn, short side, String message, String serverId, String robotId, String robotRunId) Deprecated. -
Method Summary
Methods inherited from class com.google.gerrit.entities.Comment
getCommentFieldApproximateSize, getCommitId, getRealAuthor, setCommitId, setLineNbrAndRange, setRange, setRealAuthor, setWrittenOn, toStringHelper
-
Field Details
-
robotId
Deprecated. -
robotRunId
Deprecated. -
url
Deprecated. -
properties
Deprecated.
-
-
Constructor Details
-
RobotComment
public RobotComment(Comment.Key key, Account.Id author, Instant writtenOn, short side, String message, String serverId, String robotId, String robotRunId) Deprecated.
-
-
Method Details
-
getApproximateSize
public int getApproximateSize()Deprecated.- Overrides:
getApproximateSize
in classComment
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-