Class ClientQuotaAlteration.Op

    • Constructor Detail

      • Op

        public Op​(String key,
                  Double value)
        Parameters:
        key - the quota type to alter
        value - if set then the existing value is updated, otherwise if null, the existing value is cleared
    • Method Detail

      • key

        public String key()
        Returns:
        the quota type to alter
      • value

        public Double value()
        Returns:
        if set then the existing value is updated, otherwise if null, the existing value is cleared
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object