public class PatchSetAttribute extends Object
Modifier and Type | Field and Description |
---|---|
List<ApprovalAttribute> |
approvals |
AccountAttribute |
author |
List<PatchSetCommentAttribute> |
comments |
Long |
createdOn |
List<PatchAttribute> |
files |
boolean |
isDraft |
com.google.gerrit.extensions.client.ChangeKind |
kind |
String |
number |
List<String> |
parents |
String |
ref |
String |
revision |
int |
sizeDeletions |
int |
sizeInsertions |
AccountAttribute |
uploader |
Constructor and Description |
---|
PatchSetAttribute() |
public String number
public String revision
public String ref
public AccountAttribute uploader
public Long createdOn
public AccountAttribute author
public boolean isDraft
public com.google.gerrit.extensions.client.ChangeKind kind
public List<ApprovalAttribute> approvals
public List<PatchSetCommentAttribute> comments
public List<PatchAttribute> files
public int sizeInsertions
public int sizeDeletions