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()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubmitRecord.Label
deepCopy()
Returns a new instance ofSubmitRecord.Label
that contains a new instance for each mutable field.boolean
equals(Object o)
int
hashCode()
String
toString()
-
-
-
Field Detail
-
label
public String label
-
status
public SubmitRecord.Label.Status status
-
appliedBy
public Account.Id appliedBy
-
-
Method Detail
-
deepCopy
public SubmitRecord.Label deepCopy()
Returns a new instance ofSubmitRecord.Label
that contains a new instance for each mutable field.
-
-