Class SubmitRecordInfo.Label
- java.lang.Object
-
- com.google.gerrit.extensions.common.SubmitRecordInfo.Label
-
- Enclosing class:
- SubmitRecordInfo
public static class SubmitRecordInfo.Label extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SubmitRecordInfo.Label.Status
-
Field Summary
Fields Modifier and Type Field Description AccountInfo
appliedBy
String
label
SubmitRecordInfo.Label.Status
status
-
Constructor Summary
Constructors Constructor Description Label()
-
-
-
Field Detail
-
label
public String label
-
status
public SubmitRecordInfo.Label.Status status
-
appliedBy
public AccountInfo appliedBy
-
-