Package com.google.gerrit.entities
Class AccountGroup.Id
- java.lang.Object
-
- com.google.gerrit.entities.AccountGroup.Id
-
- Enclosing class:
- AccountGroup
public abstract static class AccountGroup.Id extends Object
Synthetic key to link to within the database
-
-
Constructor Summary
Constructors Constructor Description Id()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
get()
static AccountGroup.Id
parse(String str)
Parse an AccountGroup.Id out of a string representation.String
toString()
-
-
-
Method Detail
-
get
public int get()
-
parse
public static AccountGroup.Id parse(String str)
Parse an AccountGroup.Id out of a string representation.
-
-