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()
QuotaDetails
getInUse
in interface QuotaDetails
public int getLimit()
QuotaDetails
getLimit
in interface QuotaDetails
public int getReserved()
QuotaDetails
getReserved
in interface QuotaDetails
Copyright © 2017. All rights reserved.