public class RobotCommentResource extends Object implements RestResource
RestResource.HasETag, RestResource.HasLastModified
Modifier and Type | Field and Description |
---|---|
static com.google.inject.TypeLiteral<RestView<RobotCommentResource>> |
ROBOT_COMMENT_KIND |
Constructor and Description |
---|
RobotCommentResource(RevisionResource rev,
RobotComment c) |
Modifier and Type | Method and Description |
---|---|
Account.Id |
getAuthorId() |
RobotComment |
getComment() |
String |
getId() |
PatchSet |
getPatchSet() |
public static final com.google.inject.TypeLiteral<RestView<RobotCommentResource>> ROBOT_COMMENT_KIND
public RobotCommentResource(RevisionResource rev, RobotComment c)
public PatchSet getPatchSet()
public RobotComment getComment()
public String getId()
public Account.Id getAuthorId()