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="{}host_numa_node" minOccurs="0"/>
<element ref="{}nic" minOccurs="0"/>
<element ref="{}vm" minOccurs="0"/>
<element ref="{}brick" minOccurs="0"/>
<element ref="{}step" minOccurs="0"/>
<element ref="{}gluster_volume" 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.
|
GlusterVolume |
getGlusterVolume()
Gets the value of the glusterVolume property.
|
Host |
getHost()
Gets the value of the host property.
|
HostNIC |
getHostNic()
Gets the value of the hostNic property.
|
NumaNode |
getHostNumaNode()
Gets the value of the hostNumaNode property.
|
NIC |
getNic()
Gets the value of the nic property.
|
Step |
getStep()
Gets the value of the step 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 |
isSetGlusterVolume() |
boolean |
isSetHost() |
boolean |
isSetHostNic() |
boolean |
isSetHostNumaNode() |
boolean |
isSetNic() |
boolean |
isSetStep() |
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 |
setGlusterVolume(GlusterVolume value)
Sets the value of the glusterVolume property.
|
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setHostNic(HostNIC value)
Sets the value of the hostNic property.
|
void |
setHostNumaNode(NumaNode value)
Sets the value of the hostNumaNode property.
|
void |
setNic(NIC value)
Sets the value of the nic property.
|
void |
setStep(Step value)
Sets the value of the step 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, unsetLinksgetActions, isSetActions, setActionspublic Values getValues()
Valuespublic void setValues(Values value)
value - allowed object is
Valuespublic boolean isSetValues()
public StatisticType getType()
StatisticTypepublic void setType(StatisticType value)
value - allowed object is
StatisticTypepublic boolean isSetType()
public StatisticUnit getUnit()
StatisticUnitpublic void setUnit(StatisticUnit value)
value - allowed object is
StatisticUnitpublic boolean isSetUnit()
public void setDisk(Disk value)
value - allowed object is
Diskpublic boolean isSetDisk()
public void setHost(Host value)
value - allowed object is
Hostpublic boolean isSetHost()
public HostNIC getHostNic()
HostNICpublic void setHostNic(HostNIC value)
value - allowed object is
HostNICpublic boolean isSetHostNic()
public NumaNode getHostNumaNode()
NumaNodepublic void setHostNumaNode(NumaNode value)
value - allowed object is
NumaNodepublic boolean isSetHostNumaNode()
public void setNic(NIC value)
value - allowed object is
NICpublic boolean isSetNic()
public void setVm(VM value)
value - allowed object is
VMpublic boolean isSetVm()
public GlusterBrick getBrick()
GlusterBrickpublic void setBrick(GlusterBrick value)
value - allowed object is
GlusterBrickpublic boolean isSetBrick()
public void setStep(Step value)
value - allowed object is
Steppublic boolean isSetStep()
public GlusterVolume getGlusterVolume()
GlusterVolumepublic void setGlusterVolume(GlusterVolume value)
value - allowed object is
GlusterVolumepublic boolean isSetGlusterVolume()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0