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()
Integerpublic void setSockets(int value)
value - allowed object is
Integerpublic boolean isSetSockets()
public void unsetSockets()
public int getCores()
Integerpublic void setCores(int value)
value - allowed object is
Integerpublic boolean isSetCores()
public void unsetCores()
Copyright © 2012. All Rights Reserved.