Package com.google.gerrit.server.util
Class LabelVote
java.lang.Object
com.google.gerrit.server.util.LabelVote
A single vote on a label, consisting of a label name and a value.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LabelVote
public LabelVote()
-
-
Method Details
-
parse
-
parseWithEquals
-
appendTo
@CanIgnoreReturnValue public static StringBuilder appendTo(StringBuilder sb, String label, short value) -
create
-
createFrom
-
label
-
value
public abstract short value() -
format
-
formatWithEquals
-
toString
-