public class VmSummary extends Object
Java class for VmSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmSummary">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="migrating" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="total" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
VmSummary() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getActive()
Gets the value of the active property.
|
Integer |
getMigrating()
Gets the value of the migrating property.
|
Integer |
getTotal()
Gets the value of the total property.
|
boolean |
isSetActive() |
boolean |
isSetMigrating() |
boolean |
isSetTotal() |
void |
setActive(Integer value)
Sets the value of the active property.
|
void |
setMigrating(Integer value)
Sets the value of the migrating property.
|
void |
setTotal(Integer value)
Sets the value of the total property.
|
public Integer getActive()
Integerpublic void setActive(Integer value)
value - allowed object is
Integerpublic boolean isSetActive()
public Integer getMigrating()
Integerpublic void setMigrating(Integer value)
value - allowed object is
Integerpublic boolean isSetMigrating()
public Integer getTotal()
Integerpublic void setTotal(Integer value)
value - allowed object is
Integerpublic boolean isSetTotal()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0