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, unsetLinks
getActions, isSetActions, setActions
public Quota getQuota()
Quota
public void setQuota(Quota value)
value
- allowed object is
Quota
public boolean isSetQuota()
public StorageDomain getStorageDomain()
StorageDomain
public void setStorageDomain(StorageDomain value)
value
- allowed object is
StorageDomain
public boolean isSetStorageDomain()
public Long getLimit()
Long
public void setLimit(Long value)
value
- allowed object is
Long
public boolean isSetLimit()
public Double getUsage()
Double
public void setUsage(Double value)
value
- allowed object is
Double
public boolean isSetUsage()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0