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, unsetLinks
getActions, isSetActions, setActions
public void setHost(Host value)
value
- allowed object is
Host
public boolean isSetHost()
public Integer getIndex()
Integer
public void setIndex(Integer value)
value
- allowed object is
Integer
public boolean isSetIndex()
public Long getMemory()
Long
public void setMemory(Long value)
value
- allowed object is
Long
public boolean isSetMemory()
public void setCpu(CPU value)
value
- allowed object is
CPU
public boolean isSetCpu()
public Object getStatistics()
Statistics
public void setStatistics(Statistics value)
value
- allowed object is
Statistics
public boolean isSetStatistics()
public String getNodeDistance()
String
public void setNodeDistance(String value)
value
- allowed object is
String
public boolean isSetNodeDistance()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0