public class CpuTopology extends Object
Java class for CpuTopology complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CpuTopology"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="sockets" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="cores" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
cores |
protected Integer |
sockets |
Constructor and Description |
---|
CpuTopology() |
Modifier and Type | Method and Description |
---|---|
int |
getCores()
Gets the value of the cores property.
|
int |
getSockets()
Gets the value of the sockets property.
|
boolean |
isSetCores() |
boolean |
isSetSockets() |
void |
setCores(int value)
Sets the value of the cores property.
|
void |
setSockets(int value)
Sets the value of the sockets property.
|
void |
unsetCores() |
void |
unsetSockets() |
public int getSockets()
Integer
public void setSockets(int value)
value
- allowed object is
Integer
public boolean isSetSockets()
public void unsetSockets()
public int getCores()
Integer
public void setCores(int value)
value
- allowed object is
Integer
public boolean isSetCores()
public void unsetCores()
Copyright © 2012. All Rights Reserved.