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.RestResource
RestResource.HasETag, RestResource.HasLastModified 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static com.google.inject.TypeLiteral<RestView<RobotCommentResource>>ROBOT_COMMENT_KIND 
- 
Constructor Summary
Constructors Constructor Description RobotCommentResource(RevisionResource rev, RobotComment c) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Account.IdgetAuthorId()RobotCommentgetComment()StringgetId()PatchSetgetPatchSet() 
 - 
 
- 
- 
Field Detail
- 
ROBOT_COMMENT_KIND
public static final com.google.inject.TypeLiteral<RestView<RobotCommentResource>> ROBOT_COMMENT_KIND
 
 - 
 
- 
Constructor Detail
- 
RobotCommentResource
public RobotCommentResource(RevisionResource rev, RobotComment c)
 
 - 
 
- 
Method Detail
- 
getPatchSet
public PatchSet getPatchSet()
 
- 
getComment
public RobotComment getComment()
 
- 
getId
public String getId()
 
- 
getAuthorId
public Account.Id getAuthorId()
 
 - 
 
 -