Class PermissionRange.WithDefaults

java.lang.Object
com.google.gerrit.entities.PermissionRange
com.google.gerrit.entities.PermissionRange.WithDefaults
All Implemented Interfaces:
Comparable<PermissionRange>
Enclosing class:
PermissionRange

public static class PermissionRange.WithDefaults extends PermissionRange
  • Field Details

    • defaultMin

      protected int defaultMin
    • defaultMax

      protected int defaultMax
  • Constructor Details

    • WithDefaults

      protected WithDefaults()
    • WithDefaults

      public WithDefaults(String name, int min, int max, int defMin, int defMax)
  • Method Details