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