public class NumaNode extends BaseResource
Java class for NumaNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumaNode">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element ref="{}host" minOccurs="0"/>
<element name="index" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="memory" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="cpu" type="{}CPU" minOccurs="0"/>
<element name="statistics" type="{}Statistics" minOccurs="0"/>
<element name="node_distance" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
NumaNode() |
| Modifier and Type | Method and Description |
|---|---|
CPU |
getCpu()
Gets the value of the cpu property.
|
Host |
getHost()
Gets the value of the host property.
|
Integer |
getIndex()
Gets the value of the index property.
|
Long |
getMemory()
Gets the value of the memory property.
|
String |
getNodeDistance()
Gets the value of the nodeDistance property.
|
Object |
getStatistics()
Gets the value of the statistics property.
|
boolean |
isSetCpu() |
boolean |
isSetHost() |
boolean |
isSetIndex() |
boolean |
isSetMemory() |
boolean |
isSetNodeDistance() |
boolean |
isSetStatistics() |
void |
setCpu(CPU value)
Sets the value of the cpu property.
|
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setIndex(Integer value)
Sets the value of the index property.
|
void |
setMemory(Long value)
Sets the value of the memory property.
|
void |
setNodeDistance(String value)
Sets the value of the nodeDistance property.
|
void |
setStatistics(Statistics value)
Sets the value of the statistics property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic void setHost(Host value)
value - allowed object is
Hostpublic boolean isSetHost()
public Integer getIndex()
Integerpublic void setIndex(Integer value)
value - allowed object is
Integerpublic boolean isSetIndex()
public Long getMemory()
Longpublic void setMemory(Long value)
value - allowed object is
Longpublic boolean isSetMemory()
public void setCpu(CPU value)
value - allowed object is
CPUpublic boolean isSetCpu()
public Object getStatistics()
Statisticspublic void setStatistics(Statistics value)
value - allowed object is
Statisticspublic boolean isSetStatistics()
public String getNodeDistance()
Stringpublic void setNodeDistance(String value)
value - allowed object is
Stringpublic boolean isSetNodeDistance()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0