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