public class AlarmStatusChangedEvent extends AlarmEvent
Java class for AlarmStatusChangedEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlarmStatusChangedEvent">
<complexContent>
<extension base="{urn:vim25}AlarmEvent">
<sequence>
<element name="source" type="{urn:vim25}ManagedEntityEventArgument"/>
<element name="entity" type="{urn:vim25}ManagedEntityEventArgument"/>
<element name="from" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="to" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedEntityEventArgument |
entity |
protected String |
from |
protected ManagedEntityEventArgument |
source |
protected String |
to |
alarmchainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
AlarmStatusChangedEvent() |
| Modifier and Type | Method and Description |
|---|---|
ManagedEntityEventArgument |
getEntity()
Gets the value of the entity property.
|
String |
getFrom()
Gets the value of the from property.
|
ManagedEntityEventArgument |
getSource()
Gets the value of the source property.
|
String |
getTo()
Gets the value of the to property.
|
void |
setEntity(ManagedEntityEventArgument value)
Sets the value of the entity property.
|
void |
setFrom(String value)
Sets the value of the from property.
|
void |
setSource(ManagedEntityEventArgument value)
Sets the value of the source property.
|
void |
setTo(String value)
Sets the value of the to property.
|
getAlarm, setAlarmgetChainId, 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 source
protected ManagedEntityEventArgument entity
protected String from
protected String to
public ManagedEntityEventArgument getSource()
ManagedEntityEventArgumentpublic void setSource(ManagedEntityEventArgument value)
value - allowed object is
ManagedEntityEventArgumentpublic ManagedEntityEventArgument getEntity()
ManagedEntityEventArgumentpublic void setEntity(ManagedEntityEventArgument value)
value - allowed object is
ManagedEntityEventArgumentpublic String getFrom()
Stringpublic void setFrom(String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.