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