public class NumaNodePin extends Object
Java class for NumaNodePin complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumaNodePin"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}host_numa_node" minOccurs="0"/> </sequence> <attribute name="pinned" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
NumaNodePin() |
Modifier and Type | Method and Description |
---|---|
NumaNode |
getHostNumaNode()
Gets the value of the hostNumaNode property.
|
int |
getIndex()
Gets the value of the index property.
|
Boolean |
getPinned()
Gets the value of the pinned property.
|
boolean |
isSetHostNumaNode() |
boolean |
isSetIndex() |
void |
setHostNumaNode(NumaNode value)
Sets the value of the hostNumaNode property.
|
void |
setIndex(int value)
Sets the value of the index property.
|
void |
setPinned(Boolean value)
Sets the value of the pinned property.
|
public NumaNode getHostNumaNode()
NumaNode
public void setHostNumaNode(NumaNode value)
value
- allowed object is
NumaNode
public boolean isSetHostNumaNode()
public Boolean getPinned()
Boolean
public void setPinned(Boolean value)
value
- allowed object is
Boolean
public int getIndex()
public void setIndex(int value)
public boolean isSetIndex()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0