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 even PatchSet
have different PatchSetApproval.UUID
.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UUID
public UUID()
-
-
Method Details
-
get
-
compareTo
- Specified by:
compareTo
in interfaceComparable<PatchSetApproval.UUID>
-
toString
-