Package com.google.gerrit.server.data
Class PatchSetAttribute
- java.lang.Object
-
- com.google.gerrit.server.data.PatchSetAttribute
-
public class PatchSetAttribute extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<ApprovalAttribute>
approvals
AccountAttribute
author
List<PatchSetCommentAttribute>
comments
Long
createdOn
List<PatchAttribute>
files
ChangeKind
kind
int
number
List<String>
parents
String
ref
String
revision
int
sizeDeletions
int
sizeInsertions
AccountAttribute
uploader
-
Constructor Summary
Constructors Constructor Description PatchSetAttribute()
-
-
-
Field Detail
-
number
public int number
-
revision
public String revision
-
ref
public String ref
-
uploader
public AccountAttribute uploader
-
createdOn
public Long createdOn
-
author
public AccountAttribute author
-
kind
public ChangeKind kind
-
approvals
public List<ApprovalAttribute> approvals
-
comments
public List<PatchSetCommentAttribute> comments
-
files
public List<PatchAttribute> files
-
sizeInsertions
public int sizeInsertions
-
sizeDeletions
public int sizeDeletions
-
-