public class EventEx extends Event
Java class for EventEx complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EventEx">
<complexContent>
<extension base="{urn:vim25}Event">
<sequence>
<element name="eventTypeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="severity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="arguments" type="{urn:vim25}KeyAnyValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="objectId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="objectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="objectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fault" type="{urn:vim25}LocalizedMethodFault" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<KeyAnyValue> |
arguments |
protected String |
eventTypeId |
protected LocalizedMethodFault |
fault |
protected String |
message |
protected String |
objectId |
protected String |
objectName |
protected String |
objectType |
protected String |
severity |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
EventEx() |
| Modifier and Type | Method and Description |
|---|---|
List<KeyAnyValue> |
getArguments()
Gets the value of the arguments property.
|
String |
getEventTypeId()
Gets the value of the eventTypeId property.
|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
String |
getMessage()
Gets the value of the message property.
|
String |
getObjectId()
Gets the value of the objectId property.
|
String |
getObjectName()
Gets the value of the objectName property.
|
String |
getObjectType()
Gets the value of the objectType property.
|
String |
getSeverity()
Gets the value of the severity property.
|
void |
setEventTypeId(String value)
Sets the value of the eventTypeId property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setObjectId(String value)
Sets the value of the objectId property.
|
void |
setObjectName(String value)
Sets the value of the objectName property.
|
void |
setObjectType(String value)
Sets the value of the objectType property.
|
void |
setSeverity(String value)
Sets the value of the severity 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 String eventTypeId
protected String severity
protected String message
protected List<KeyAnyValue> arguments
protected String objectId
protected String objectType
protected String objectName
protected LocalizedMethodFault fault
public String getEventTypeId()
Stringpublic void setEventTypeId(String value)
value - allowed object is
Stringpublic String getSeverity()
Stringpublic void setSeverity(String value)
value - allowed object is
Stringpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic List<KeyAnyValue> getArguments()
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 arguments property.
For example, to add a new item, do as follows:
getArguments().add(newItem);
Objects of the following type(s) are allowed in the list
KeyAnyValue
public String getObjectId()
Stringpublic void setObjectId(String value)
value - allowed object is
Stringpublic String getObjectType()
Stringpublic void setObjectType(String value)
value - allowed object is
Stringpublic String getObjectName()
Stringpublic void setObjectName(String value)
value - allowed object is
Stringpublic LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.