Package com.google.gerrit.server.change
Class RobotCommentResource
- java.lang.Object
- 
- com.google.gerrit.server.change.RobotCommentResource
 
- 
- All Implemented Interfaces:
- RestResource
 
 public class RobotCommentResource extends Object implements RestResource 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.restapi.RestResourceRestResource.HasETag, RestResource.HasLastModified
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static com.google.inject.TypeLiteral<RestView<RobotCommentResource>>ROBOT_COMMENT_KIND
 - 
Constructor SummaryConstructors Constructor Description RobotCommentResource(RevisionResource rev, RobotComment c)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Account.IdgetAuthorId()RobotCommentgetComment()StringgetId()PatchSetgetPatchSet()
 
- 
- 
- 
Field Detail- 
ROBOT_COMMENT_KINDpublic static final com.google.inject.TypeLiteral<RestView<RobotCommentResource>> ROBOT_COMMENT_KIND 
 
- 
 - 
Constructor Detail- 
RobotCommentResourcepublic RobotCommentResource(RevisionResource rev, RobotComment c) 
 
- 
 - 
Method Detail- 
getPatchSetpublic PatchSet getPatchSet() 
 - 
getCommentpublic RobotComment getComment() 
 - 
getIdpublic String getId() 
 - 
getAuthorIdpublic Account.Id getAuthorId() 
 
- 
 
-