public class SnapshotRevertIssue extends MigrationFault
Java class for SnapshotRevertIssue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SnapshotRevertIssue">
<complexContent>
<extension base="{urn:vim25}MigrationFault">
<sequence>
<element name="snapshotName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="event" type="{urn:vim25}Event" maxOccurs="unbounded" minOccurs="0"/>
<element name="errors" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
errors |
protected List<Event> |
event |
protected String |
snapshotName |
faultCause, faultMessage| Constructor and Description |
|---|
SnapshotRevertIssue() |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
getEvent()
Gets the value of the event property.
|
String |
getSnapshotName()
Gets the value of the snapshotName property.
|
boolean |
isErrors()
Gets the value of the errors property.
|
void |
setErrors(boolean value)
Sets the value of the errors property.
|
void |
setSnapshotName(String value)
Sets the value of the snapshotName property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String snapshotName
protected boolean errors
public String getSnapshotName()
Stringpublic void setSnapshotName(String value)
value - allowed object is
Stringpublic List<Event> getEvent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the event property.
For example, to add a new item, do as follows:
getEvent().add(newItem);
Objects of the following type(s) are allowed in the list
Event
public boolean isErrors()
public void setErrors(boolean value)
Copyright © 2018. All rights reserved.