public class HostCpuIdInfo extends DynamicData
Java class for HostCpuIdInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostCpuIdInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="level" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="vendor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="eax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ebx" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ecx" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="edx" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
eax |
protected String |
ebx |
protected String |
ecx |
protected String |
edx |
protected int |
level |
protected String |
vendor |
| Constructor and Description |
|---|
HostCpuIdInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEax()
Gets the value of the eax property.
|
String |
getEbx()
Gets the value of the ebx property.
|
String |
getEcx()
Gets the value of the ecx property.
|
String |
getEdx()
Gets the value of the edx property.
|
int |
getLevel()
Gets the value of the level property.
|
String |
getVendor()
Gets the value of the vendor property.
|
void |
setEax(String value)
Sets the value of the eax property.
|
void |
setEbx(String value)
Sets the value of the ebx property.
|
void |
setEcx(String value)
Sets the value of the ecx property.
|
void |
setEdx(String value)
Sets the value of the edx property.
|
void |
setLevel(int value)
Sets the value of the level property.
|
void |
setVendor(String value)
Sets the value of the vendor property.
|
protected int level
protected String vendor
protected String eax
protected String ebx
protected String ecx
protected String edx
public int getLevel()
public void setLevel(int value)
public String getVendor()
Stringpublic void setVendor(String value)
value - allowed object is
Stringpublic String getEax()
Stringpublic void setEax(String value)
value - allowed object is
Stringpublic String getEbx()
Stringpublic void setEbx(String value)
value - allowed object is
Stringpublic String getEcx()
Stringpublic void setEcx(String value)
value - allowed object is
Stringpublic String getEdx()
StringCopyright © 2018. All rights reserved.