public class Event extends BaseResource
Java class for Event complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Event">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="severity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="time" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element ref="{}user" minOccurs="0"/>
<element ref="{}vm" minOccurs="0"/>
<element ref="{}storage_domain" minOccurs="0"/>
<element ref="{}host" minOccurs="0"/>
<element ref="{}template" minOccurs="0"/>
<element ref="{}cluster" minOccurs="0"/>
<element ref="{}data_center" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Cluster |
cluster |
protected Integer |
code |
protected DataCenter |
dataCenter |
protected Host |
host |
protected String |
severity |
protected StorageDomain |
storageDomain |
protected Template |
template |
protected XMLGregorianCalendar |
time |
protected User |
user |
protected VM |
vm |
actions, creationStatus, description, href, id, links, name| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
getCluster()
Gets the value of the cluster property.
|
Integer |
getCode()
Gets the value of the code property.
|
DataCenter |
getDataCenter()
Gets the value of the dataCenter property.
|
Host |
getHost()
Gets the value of the host property.
|
String |
getSeverity()
Gets the value of the severity property.
|
StorageDomain |
getStorageDomain()
Gets the value of the storageDomain property.
|
Template |
getTemplate()
Gets the value of the template property.
|
XMLGregorianCalendar |
getTime()
Gets the value of the time property.
|
User |
getUser()
Gets the value of the user property.
|
VM |
getVm()
Gets the value of the vm property.
|
boolean |
isSetCluster() |
boolean |
isSetCode() |
boolean |
isSetDataCenter() |
boolean |
isSetHost() |
boolean |
isSetSeverity() |
boolean |
isSetStorageDomain() |
boolean |
isSetTemplate() |
boolean |
isSetTime() |
boolean |
isSetUser() |
boolean |
isSetVm() |
void |
setCluster(Cluster value)
Sets the value of the cluster property.
|
void |
setCode(Integer value)
Sets the value of the code property.
|
void |
setDataCenter(DataCenter value)
Sets the value of the dataCenter property.
|
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setSeverity(String value)
Sets the value of the severity property.
|
void |
setStorageDomain(StorageDomain value)
Sets the value of the storageDomain property.
|
void |
setTemplate(Template value)
Sets the value of the template property.
|
void |
setTime(XMLGregorianCalendar value)
Sets the value of the time property.
|
void |
setUser(User value)
Sets the value of the user property.
|
void |
setVm(VM value)
Sets the value of the vm property.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksprotected Integer code
protected String severity
protected XMLGregorianCalendar time
protected User user
protected VM vm
protected StorageDomain storageDomain
protected Host host
protected Template template
protected Cluster cluster
protected DataCenter dataCenter
public Integer getCode()
Integerpublic void setCode(Integer value)
value - allowed object is
Integerpublic boolean isSetCode()
public String getSeverity()
Stringpublic void setSeverity(String value)
value - allowed object is
Stringpublic boolean isSetSeverity()
public XMLGregorianCalendar getTime()
XMLGregorianCalendarpublic void setTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetTime()
public void setUser(User value)
value - allowed object is
Userpublic boolean isSetUser()
public void setVm(VM value)
value - allowed object is
VMpublic boolean isSetVm()
public StorageDomain getStorageDomain()
StorageDomainpublic void setStorageDomain(StorageDomain value)
value - allowed object is
StorageDomainpublic boolean isSetStorageDomain()
public void setHost(Host value)
value - allowed object is
Hostpublic boolean isSetHost()
public Template getTemplate()
Templatepublic void setTemplate(Template value)
value - allowed object is
Templatepublic boolean isSetTemplate()
public Cluster getCluster()
Clusterpublic void setCluster(Cluster value)
value - allowed object is
Clusterpublic boolean isSetCluster()
public DataCenter getDataCenter()
DataCenterpublic void setDataCenter(DataCenter value)
value - allowed object is
DataCenterpublic boolean isSetDataCenter()
Copyright © 2012. All Rights Reserved.