public class QuotaDetailsEntity extends Object implements QuotaDetails
| Constructor and Description |
|---|
QuotaDetailsEntity() |
| 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
|
String |
toString() |
public int getInUse()
QuotaDetailsgetInUse in interface QuotaDetailspublic int getLimit()
QuotaDetailsgetLimit in interface QuotaDetailspublic int getReserved()
QuotaDetailsgetReserved in interface QuotaDetailsCopyright © 2017. All rights reserved.