public class VmMessageErrorEvent extends VmEvent
Java class for VmMessageErrorEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmMessageErrorEvent">
<complexContent>
<extension base="{urn:vim25}VmEvent">
<sequence>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="messageInfo" type="{urn:vim25}VirtualMachineMessage" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
message |
protected List<VirtualMachineMessage> |
messageInfo |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
VmMessageErrorEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Gets the value of the message property.
|
List<VirtualMachineMessage> |
getMessageInfo()
Gets the value of the messageInfo property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
isTemplate, setTemplategetChainId, 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 String message
protected List<VirtualMachineMessage> messageInfo
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic List<VirtualMachineMessage> getMessageInfo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the messageInfo property.
For example, to add a new item, do as follows:
getMessageInfo().add(newItem);
Objects of the following type(s) are allowed in the list
VirtualMachineMessage
Copyright © 2018. All rights reserved.