public class CustomFieldValueChangedEvent extends CustomFieldEvent
Java class for CustomFieldValueChangedEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomFieldValueChangedEvent">
<complexContent>
<extension base="{urn:vim25}CustomFieldEvent">
<sequence>
<element name="entity" type="{urn:vim25}ManagedEntityEventArgument"/>
<element name="fieldKey" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="prevState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedEntityEventArgument |
entity |
protected int |
fieldKey |
protected String |
name |
protected String |
prevState |
protected String |
value |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
CustomFieldValueChangedEvent() |
| Modifier and Type | Method and Description |
|---|---|
ManagedEntityEventArgument |
getEntity()
Gets the value of the entity property.
|
int |
getFieldKey()
Gets the value of the fieldKey property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPrevState()
Gets the value of the prevState property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setEntity(ManagedEntityEventArgument value)
Sets the value of the entity property.
|
void |
setFieldKey(int value)
Sets the value of the fieldKey property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPrevState(String value)
Sets the value of the prevState property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getChainId, getChangeTag, getComputeResource, getCreatedTime, getDatacenter, getDs, getDvs, getFullFormattedMessage, getHost, getKey, getNet, getUserName, getVm, setChainId, setChangeTag, setComputeResource, setCreatedTime, setDatacenter, setDs, setDvs, setFullFormattedMessage, setHost, setKey, setNet, setUserName, setVmprotected ManagedEntityEventArgument entity
protected int fieldKey
protected String name
protected String value
protected String prevState
public ManagedEntityEventArgument getEntity()
ManagedEntityEventArgumentpublic void setEntity(ManagedEntityEventArgument value)
value - allowed object is
ManagedEntityEventArgumentpublic int getFieldKey()
public void setFieldKey(int value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getPrevState()
StringCopyright © 2018. All rights reserved.