public class HostSystemInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String |
model |
HostSystemIdentificationInfo[] |
otherIdentifyingInfo |
String |
uuid |
String |
vendor |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostSystemInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getModel() |
HostSystemIdentificationInfo[] |
getOtherIdentifyingInfo() |
String |
getUuid() |
String |
getVendor() |
void |
setModel(String model) |
void |
setOtherIdentifyingInfo(HostSystemIdentificationInfo[] otherIdentifyingInfo) |
void |
setUuid(String uuid) |
void |
setVendor(String vendor) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String vendor
public String model
public String uuid
public HostSystemIdentificationInfo[] otherIdentifyingInfo
public String getVendor()
public String getModel()
public String getUuid()
public HostSystemIdentificationInfo[] getOtherIdentifyingInfo()
public void setVendor(String vendor)
public void setModel(String model)
public void setUuid(String uuid)
public void setOtherIdentifyingInfo(HostSystemIdentificationInfo[] otherIdentifyingInfo)
Copyright © 2011-2012. All Rights Reserved.