public class Statistic extends BaseResource
Java class for Statistic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Statistic"> <complexContent> <extension base="{}BaseResource"> <sequence> <element ref="{}values"/> <element name="type" type="{}StatisticType"/> <element name="unit" type="{}StatisticUnit"/> <element ref="{}disk" minOccurs="0"/> <element ref="{}host" minOccurs="0"/> <element ref="{}host_nic" minOccurs="0"/> <element ref="{}nic" minOccurs="0"/> <element ref="{}vm" minOccurs="0"/> <element ref="{}brick" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
Statistic() |
Modifier and Type | Method and Description |
---|---|
GlusterBrick |
getBrick()
Gets the value of the brick property.
|
Disk |
getDisk()
Gets the value of the disk property.
|
Host |
getHost()
Gets the value of the host property.
|
HostNIC |
getHostNic()
Gets the value of the hostNic property.
|
NIC |
getNic()
Gets the value of the nic property.
|
StatisticType |
getType()
Gets the value of the type property.
|
StatisticUnit |
getUnit()
Gets the value of the unit property.
|
Values |
getValues()
Gets the value of the values property.
|
VM |
getVm()
Gets the value of the vm property.
|
boolean |
isSetBrick() |
boolean |
isSetDisk() |
boolean |
isSetHost() |
boolean |
isSetHostNic() |
boolean |
isSetNic() |
boolean |
isSetType() |
boolean |
isSetUnit() |
boolean |
isSetValues() |
boolean |
isSetVm() |
void |
setBrick(GlusterBrick value)
Sets the value of the brick property.
|
void |
setDisk(Disk value)
Sets the value of the disk property.
|
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setHostNic(HostNIC value)
Sets the value of the hostNic property.
|
void |
setNic(NIC value)
Sets the value of the nic property.
|
void |
setType(StatisticType value)
Sets the value of the type property.
|
void |
setUnit(StatisticUnit value)
Sets the value of the unit property.
|
void |
setValues(Values value)
Sets the value of the values property.
|
void |
setVm(VM value)
Sets the value of the vm 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 Values getValues()
Values
public void setValues(Values value)
value
- allowed object is
Values
public boolean isSetValues()
public StatisticType getType()
StatisticType
public void setType(StatisticType value)
value
- allowed object is
StatisticType
public boolean isSetType()
public StatisticUnit getUnit()
StatisticUnit
public void setUnit(StatisticUnit value)
value
- allowed object is
StatisticUnit
public boolean isSetUnit()
public void setDisk(Disk value)
value
- allowed object is
Disk
public boolean isSetDisk()
public void setHost(Host value)
value
- allowed object is
Host
public boolean isSetHost()
public HostNIC getHostNic()
HostNIC
public void setHostNic(HostNIC value)
value
- allowed object is
HostNIC
public boolean isSetHostNic()
public void setNic(NIC value)
value
- allowed object is
NIC
public boolean isSetNic()
public void setVm(VM value)
value
- allowed object is
VM
public boolean isSetVm()
public GlusterBrick getBrick()
GlusterBrick
public void setBrick(GlusterBrick value)
value
- allowed object is
GlusterBrick
public boolean isSetBrick()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0