public class HostTpmSoftwareComponentEventDetails extends HostTpmEventDetails
Java class for HostTpmSoftwareComponentEventDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostTpmSoftwareComponentEventDetails">
<complexContent>
<extension base="{urn:vim25}HostTpmEventDetails">
<sequence>
<element name="componentName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vibName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vibVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vibVendor" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
componentName |
protected String |
vibName |
protected String |
vibVendor |
protected String |
vibVersion |
dataHash| Constructor and Description |
|---|
HostTpmSoftwareComponentEventDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentName()
Gets the value of the componentName property.
|
String |
getVibName()
Gets the value of the vibName property.
|
String |
getVibVendor()
Gets the value of the vibVendor property.
|
String |
getVibVersion()
Gets the value of the vibVersion property.
|
void |
setComponentName(String value)
Sets the value of the componentName property.
|
void |
setVibName(String value)
Sets the value of the vibName property.
|
void |
setVibVendor(String value)
Sets the value of the vibVendor property.
|
void |
setVibVersion(String value)
Sets the value of the vibVersion property.
|
getDataHashprotected String componentName
protected String vibName
protected String vibVersion
protected String vibVendor
public HostTpmSoftwareComponentEventDetails()
public String getComponentName()
Stringpublic void setComponentName(String value)
value - allowed object is
Stringpublic String getVibName()
Stringpublic void setVibName(String value)
value - allowed object is
Stringpublic String getVibVersion()
Stringpublic void setVibVersion(String value)
value - allowed object is
Stringpublic String getVibVendor()
StringCopyright © 2018. All rights reserved.