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 Details

    • Id

      public Id()
  • Method Details

    • get

      public int get()
    • parse

      public static AccountGroup.Id parse(String str)
      Parse an AccountGroup.Id out of a string representation.
    • toString

      public final String toString()
      Overrides:
      toString in class Object