public class QuotaStorageLimitContainer extends IdentifiedContainer implements QuotaStorageLimit
Constructor and Description |
---|
QuotaStorageLimitContainer() |
Modifier and Type | Method and Description |
---|---|
BigInteger |
limit() |
void |
limit(BigInteger newLimit) |
boolean |
limitPresent() |
Quota |
quota() |
void |
quota(Quota newQuota) |
boolean |
quotaPresent() |
StorageDomain |
storageDomain() |
void |
storageDomain(StorageDomain newStorageDomain) |
boolean |
storageDomainPresent() |
BigDecimal |
usage() |
void |
usage(BigDecimal newUsage) |
boolean |
usagePresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public BigInteger limit()
limit
in interface QuotaStorageLimit
public void limit(BigInteger newLimit)
public boolean limitPresent()
limitPresent
in interface QuotaStorageLimit
public BigDecimal usage()
usage
in interface QuotaStorageLimit
public void usage(BigDecimal newUsage)
public boolean usagePresent()
usagePresent
in interface QuotaStorageLimit
public Quota quota()
quota
in interface QuotaStorageLimit
public void quota(Quota newQuota)
public boolean quotaPresent()
quotaPresent
in interface QuotaStorageLimit
public StorageDomain storageDomain()
storageDomain
in interface QuotaStorageLimit
public void storageDomain(StorageDomain newStorageDomain)
public boolean storageDomainPresent()
storageDomainPresent
in interface QuotaStorageLimit
Copyright © 2016. All rights reserved.