public class HostVsanInternalSystemVsanObjectOperationResult extends DynamicData
Java class for HostVsanInternalSystemVsanObjectOperationResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostVsanInternalSystemVsanObjectOperationResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="failureReason" type="{urn:vim25}LocalizableMessage" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LocalizableMessage> |
failureReason |
protected String |
uuid |
| Constructor and Description |
|---|
HostVsanInternalSystemVsanObjectOperationResult() |
| Modifier and Type | Method and Description |
|---|---|
List<LocalizableMessage> |
getFailureReason()
Gets the value of the failureReason property.
|
String |
getUuid()
Gets the value of the uuid property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
protected String uuid
protected List<LocalizableMessage> failureReason
public HostVsanInternalSystemVsanObjectOperationResult()
public String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic List<LocalizableMessage> getFailureReason()
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 failureReason property.
For example, to add a new item, do as follows:
getFailureReason().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizableMessage
Copyright © 2018. All rights reserved.