public class RollbackFailure extends DvsFault
Java class for RollbackFailure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RollbackFailure">
<complexContent>
<extension base="{urn:vim25}DvsFault">
<sequence>
<element name="entityName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="entityType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
entityName |
protected String |
entityType |
faultCause, faultMessage| Constructor and Description |
|---|
RollbackFailure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityName()
Gets the value of the entityName property.
|
String |
getEntityType()
Gets the value of the entityType property.
|
void |
setEntityName(String value)
Sets the value of the entityName property.
|
void |
setEntityType(String value)
Sets the value of the entityType property.
|
getFaultCause, getFaultMessage, setFaultCausepublic String getEntityName()
Stringpublic void setEntityName(String value)
value - allowed object is
Stringpublic String getEntityType()
StringCopyright © 2018. All rights reserved.