public class HostVsanInternalSystemDeleteVsanObjectsResult extends DynamicData
Java class for HostVsanInternalSystemDeleteVsanObjectsResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostVsanInternalSystemDeleteVsanObjectsResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<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 boolean |
success |
protected String |
uuid |
| Constructor and Description |
|---|
HostVsanInternalSystemDeleteVsanObjectsResult() |
| 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.
|
boolean |
isSuccess()
Gets the value of the success property.
|
void |
setSuccess(boolean value)
Sets the value of the success property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
protected String uuid
protected boolean success
protected List<LocalizableMessage> failureReason
public HostVsanInternalSystemDeleteVsanObjectsResult()
public String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic boolean isSuccess()
public void setSuccess(boolean value)
public 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.