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, unsetLinks
protected 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()
Integer
public void setCode(Integer value)
value
- allowed object is
Integer
public boolean isSetCode()
public String getSeverity()
String
public void setSeverity(String value)
value
- allowed object is
String
public boolean isSetSeverity()
public XMLGregorianCalendar getTime()
XMLGregorianCalendar
public void setTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetTime()
public void setUser(User value)
value
- allowed object is
User
public boolean isSetUser()
public void setVm(VM value)
value
- allowed object is
VM
public boolean isSetVm()
public StorageDomain getStorageDomain()
StorageDomain
public void setStorageDomain(StorageDomain value)
value
- allowed object is
StorageDomain
public boolean isSetStorageDomain()
public void setHost(Host value)
value
- allowed object is
Host
public boolean isSetHost()
public Template getTemplate()
Template
public void setTemplate(Template value)
value
- allowed object is
Template
public boolean isSetTemplate()
public Cluster getCluster()
Cluster
public void setCluster(Cluster value)
value
- allowed object is
Cluster
public boolean isSetCluster()
public DataCenter getDataCenter()
DataCenter
public void setDataCenter(DataCenter value)
value
- allowed object is
DataCenter
public boolean isSetDataCenter()
Copyright © 2012. All Rights Reserved.