public class HealthUpdateInfo extends DynamicData
Java class for HealthUpdateInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HealthUpdateInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="componentType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
componentType |
protected String |
description |
protected String |
id |
| Constructor and Description |
|---|
HealthUpdateInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType()
Gets the value of the componentType property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
void |
setComponentType(String value)
Sets the value of the componentType property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected String id
protected String componentType
protected String description
public void setId(String value)
value - allowed object is
Stringpublic String getComponentType()
Stringpublic void setComponentType(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2018. All rights reserved.