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"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Disk |
disk |
protected Host |
host |
protected HostNIC |
hostNic |
protected NIC |
nic |
protected StatisticType |
type |
protected StatisticUnit |
unit |
protected Values |
values |
protected VM |
vm |
actions, creationStatus, description, href, id, links, name
Constructor and Description |
---|
Statistic() |
Modifier and Type | Method and Description |
---|---|
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 |
isSetDisk() |
boolean |
isSetHost() |
boolean |
isSetHostNic() |
boolean |
isSetNic() |
boolean |
isSetType() |
boolean |
isSetUnit() |
boolean |
isSetValues() |
boolean |
isSetVm() |
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.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
protected Values values
protected StatisticType type
protected StatisticUnit unit
protected Disk disk
protected Host host
protected HostNIC hostNic
protected NIC nic
protected VM vm
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()
Copyright © 2012. All Rights Reserved.