public class BatchResult extends DynamicData
Java class for BatchResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BatchResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="result" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="hostKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ds" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="fault" type="{urn:vim25}LocalizedMethodFault" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
ds |
protected LocalizedMethodFault |
fault |
protected String |
hostKey |
protected String |
result |
| Constructor and Description |
|---|
BatchResult() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getDs()
Gets the value of the ds property.
|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
String |
getHostKey()
Gets the value of the hostKey property.
|
String |
getResult()
Gets the value of the result property.
|
void |
setDs(ManagedObjectReference value)
Sets the value of the ds property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
void |
setHostKey(String value)
Sets the value of the hostKey property.
|
void |
setResult(String value)
Sets the value of the result property.
|
protected String result
protected String hostKey
protected ManagedObjectReference ds
protected LocalizedMethodFault fault
public String getResult()
Stringpublic void setResult(String value)
value - allowed object is
Stringpublic String getHostKey()
Stringpublic void setHostKey(String value)
value - allowed object is
Stringpublic ManagedObjectReference getDs()
ManagedObjectReferencepublic void setDs(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.