Package com.google.gerrit.entities
Class PatchSetApproval.UUID
- java.lang.Object
-
- com.google.gerrit.entities.PatchSetApproval.UUID
-
- All Implemented Interfaces:
Comparable<PatchSetApproval.UUID>
- Enclosing class:
- PatchSetApproval
public abstract static class PatchSetApproval.UUID extends Object implements Comparable<PatchSetApproval.UUID>
Globally unique identifier.The identifier is unique to each granted approval, i.e. approvals, re-added within same
Change
or evenPatchSet
have differentPatchSetApproval.UUID
.
-
-
Constructor Summary
Constructors Constructor Description UUID()
-
-
-
Method Detail
-
get
public String get()
-
compareTo
public final int compareTo(PatchSetApproval.UUID o)
- Specified by:
compareTo
in interfaceComparable<PatchSetApproval.UUID>
-
-