public class QuotaStorageLimit extends BaseResource
Java class for QuotaStorageLimit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuotaStorageLimit">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element ref="{}quota" minOccurs="0"/>
<element ref="{}storage_domain" minOccurs="0"/>
<element name="limit" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="usage" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
QuotaStorageLimit() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLimit()
Gets the value of the limit property.
|
Quota |
getQuota()
Gets the value of the quota property.
|
StorageDomain |
getStorageDomain()
Gets the value of the storageDomain property.
|
Double |
getUsage()
Gets the value of the usage property.
|
boolean |
isSetLimit() |
boolean |
isSetQuota() |
boolean |
isSetStorageDomain() |
boolean |
isSetUsage() |
void |
setLimit(Long value)
Sets the value of the limit property.
|
void |
setQuota(Quota value)
Sets the value of the quota property.
|
void |
setStorageDomain(StorageDomain value)
Sets the value of the storageDomain property.
|
void |
setUsage(Double value)
Sets the value of the usage property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic Quota getQuota()
Quotapublic void setQuota(Quota value)
value - allowed object is
Quotapublic boolean isSetQuota()
public StorageDomain getStorageDomain()
StorageDomainpublic void setStorageDomain(StorageDomain value)
value - allowed object is
StorageDomainpublic boolean isSetStorageDomain()
public Long getLimit()
Longpublic void setLimit(Long value)
value - allowed object is
Longpublic boolean isSetLimit()
public Double getUsage()
Doublepublic void setUsage(Double value)
value - allowed object is
Doublepublic boolean isSetUsage()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0