Class QuotaDetailsEntity

    • Constructor Detail

      • QuotaDetailsEntity

        public QuotaDetailsEntity()
    • Method Detail

      • getInUse

        public int getInUse()
        Description copied from interface: QuotaDetails
        The number of items in use for this tenant
        Specified by:
        getInUse in interface QuotaDetails
        Returns:
        number of items in use
      • getLimit

        public int getLimit()
        Description copied from interface: QuotaDetails
        The number of items permitted for this tenant.
        Specified by:
        getLimit in interface QuotaDetails
        Returns:
        number of items permitted
      • getReserved

        public int getReserved()
        Description copied from interface: QuotaDetails
        The number of reserved items for this tenant
        Specified by:
        getReserved in interface QuotaDetails
        Returns:
        the number of reserved items