public class BackupBlobReadFailure extends DvsFault
Java class for BackupBlobReadFailure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BackupBlobReadFailure">
<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"/>
<element name="fault" type="{urn:vim25}LocalizedMethodFault"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
entityName |
protected String |
entityType |
protected LocalizedMethodFault |
fault |
faultCause, faultMessage| Constructor and Description |
|---|
BackupBlobReadFailure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityName()
Gets the value of the entityName property.
|
String |
getEntityType()
Gets the value of the entityType property.
|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
void |
setEntityName(String value)
Sets the value of the entityName property.
|
void |
setEntityType(String value)
Sets the value of the entityType property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String entityName
protected String entityType
protected LocalizedMethodFault fault
public String getEntityName()
Stringpublic void setEntityName(String value)
value - allowed object is
Stringpublic String getEntityType()
Stringpublic void setEntityType(String value)
value - allowed object is
Stringpublic LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.