Package com.google.gerrit.server.data
Class SubmitLabelAttribute
- java.lang.Object
-
- com.google.gerrit.server.data.SubmitLabelAttribute
-
public class SubmitLabelAttribute extends Object
Represents aSubmitRecord.Label
that does not depend on Gerrit internal classes, to be serialized.
-
-
Constructor Summary
Constructors Constructor Description SubmitLabelAttribute()
-
-
-
Field Detail
-
label
public String label
-
status
public String status
-
by
public AccountAttribute by
-
-