public class AccountUpdatedEvent extends HostEvent
Java class for AccountUpdatedEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountUpdatedEvent">
<complexContent>
<extension base="{urn:vim25}HostEvent">
<sequence>
<element name="spec" type="{urn:vim25}HostAccountSpec"/>
<element name="group" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="prevDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
group |
protected String |
prevDescription |
protected HostAccountSpec |
spec |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
AccountUpdatedEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrevDescription()
Gets the value of the prevDescription property.
|
HostAccountSpec |
getSpec()
Gets the value of the spec property.
|
boolean |
isGroup()
Gets the value of the group property.
|
void |
setGroup(boolean value)
Sets the value of the group property.
|
void |
setPrevDescription(String value)
Sets the value of the prevDescription property.
|
void |
setSpec(HostAccountSpec value)
Sets the value of the spec 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 HostAccountSpec spec
protected boolean group
protected String prevDescription
public HostAccountSpec getSpec()
HostAccountSpecpublic void setSpec(HostAccountSpec value)
value - allowed object is
HostAccountSpecpublic boolean isGroup()
public void setGroup(boolean value)
public String getPrevDescription()
StringCopyright © 2018. All rights reserved.