public class SimpleQuotaInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
innerSize |
protected long |
maxQuota |
protected long |
totalSize |
| Constructor and Description |
|---|
SimpleQuotaInfo() |
SimpleQuotaInfo(org.nuxeo.ecm.quota.size.QuotaInfo info) |
| Modifier and Type | Method and Description |
|---|---|
long |
getInnerSize() |
long |
getMaxQuota() |
long |
getTotalSize() |
void |
setInnerSize(long innerSize) |
void |
setMaxQuota(long maxQuota) |
void |
setTotalSize(long totalSize) |
Copyright © 2019 Nuxeo SA. All rights reserved.