public class ChangesInfoEventArgument extends DynamicData
Java class for ChangesInfoEventArgument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChangesInfoEventArgument">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="modified" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="added" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deleted" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
added |
protected String |
deleted |
protected String |
modified |
| Constructor and Description |
|---|
ChangesInfoEventArgument() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdded()
Gets the value of the added property.
|
String |
getDeleted()
Gets the value of the deleted property.
|
String |
getModified()
Gets the value of the modified property.
|
void |
setAdded(String value)
Sets the value of the added property.
|
void |
setDeleted(String value)
Sets the value of the deleted property.
|
void |
setModified(String value)
Sets the value of the modified property.
|
protected String modified
protected String added
protected String deleted
public String getModified()
Stringpublic void setModified(String value)
value - allowed object is
Stringpublic String getAdded()
Stringpublic void setAdded(String value)
value - allowed object is
Stringpublic String getDeleted()
StringCopyright © 2018. All rights reserved.