Package com.google.gerrit.entities
Class SubmitRecord.Label
- java.lang.Object
-
- com.google.gerrit.entities.SubmitRecord.Label
-
- Enclosing class:
- SubmitRecord
public static class SubmitRecord.Label extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SubmitRecord.Label.Status
-
Field Summary
Fields Modifier and Type Field Description Account.Id
appliedBy
String
label
SubmitRecord.Label.Status
status
-
Constructor Summary
Constructors Constructor Description Label()
-
-
-
Field Detail
-
label
public String label
-
status
public SubmitRecord.Label.Status status
-
appliedBy
public Account.Id appliedBy
-
-