public interface QuotaDetails extends ModelEntity
Modifier and Type | Method and Description |
---|---|
int |
getInUse()
The number of items in use for this tenant
|
int |
getLimit()
The number of items permitted for this tenant.
|
int |
getReserved()
The number of reserved items for this tenant
|
int getInUse()
int getLimit()
int getReserved()
Copyright © 2017. All rights reserved.