public class HostCpuPackage extends DynamicData
Java class for HostCpuPackage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostCpuPackage">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="index" type="{http://www.w3.org/2001/XMLSchema}short"/>
<element name="vendor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="hz" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="busHz" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="threadId" type="{http://www.w3.org/2001/XMLSchema}short" maxOccurs="unbounded"/>
<element name="cpuFeature" type="{urn:vim25}HostCpuIdInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
busHz |
protected List<HostCpuIdInfo> |
cpuFeature |
protected String |
description |
protected long |
hz |
protected short |
index |
protected List<Short> |
threadId |
protected String |
vendor |
| Constructor and Description |
|---|
HostCpuPackage() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBusHz()
Gets the value of the busHz property.
|
List<HostCpuIdInfo> |
getCpuFeature()
Gets the value of the cpuFeature property.
|
String |
getDescription()
Gets the value of the description property.
|
long |
getHz()
Gets the value of the hz property.
|
short |
getIndex()
Gets the value of the index property.
|
List<Short> |
getThreadId()
Gets the value of the threadId property.
|
String |
getVendor()
Gets the value of the vendor property.
|
void |
setBusHz(long value)
Sets the value of the busHz property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setHz(long value)
Sets the value of the hz property.
|
void |
setIndex(short value)
Sets the value of the index property.
|
void |
setVendor(String value)
Sets the value of the vendor property.
|
protected short index
protected String vendor
protected long hz
protected long busHz
protected String description
protected List<HostCpuIdInfo> cpuFeature
public short getIndex()
public void setIndex(short value)
public String getVendor()
Stringpublic void setVendor(String value)
value - allowed object is
Stringpublic long getHz()
public void setHz(long value)
public long getBusHz()
public void setBusHz(long value)
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<Short> getThreadId()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the threadId property.
For example, to add a new item, do as follows:
getThreadId().add(newItem);
Objects of the following type(s) are allowed in the list
Short
public List<HostCpuIdInfo> getCpuFeature()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the cpuFeature property.
For example, to add a new item, do as follows:
getCpuFeature().add(newItem);
Objects of the following type(s) are allowed in the list
HostCpuIdInfo
Copyright © 2018. All rights reserved.