public class HostCpuPackage extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
long |
busHz |
HostCpuIdInfo[] |
cpuFeature |
String |
description |
long |
hz |
short |
index |
short[] |
threadId |
String |
vendor |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostCpuPackage() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBusHz() |
HostCpuIdInfo[] |
getCpuFeature() |
String |
getDescription() |
long |
getHz() |
short |
getIndex() |
short[] |
getThreadId() |
String |
getVendor() |
void |
setBusHz(long busHz) |
void |
setCpuFeature(HostCpuIdInfo[] cpuFeature) |
void |
setDescription(String description) |
void |
setHz(long hz) |
void |
setIndex(short index) |
void |
setThreadId(short[] threadId) |
void |
setVendor(String vendor) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic short index
public String vendor
public long hz
public long busHz
public String description
public short[] threadId
public HostCpuIdInfo[] cpuFeature
public short getIndex()
public String getVendor()
public long getHz()
public long getBusHz()
public String getDescription()
public short[] getThreadId()
public HostCpuIdInfo[] getCpuFeature()
public void setIndex(short index)
public void setVendor(String vendor)
public void setHz(long hz)
public void setBusHz(long busHz)
public void setDescription(String description)
public void setThreadId(short[] threadId)
public void setCpuFeature(HostCpuIdInfo[] cpuFeature)
Copyright © 2011-2012. All Rights Reserved.