public class EventDto extends SingleResourceTransportDto
| Modifier and Type | Field and Description |
|---|---|
static String |
MEDIA_TYPE |
static String |
MEDIA_TYPE_JSON |
static String |
MEDIA_TYPE_XML |
static String |
SHORT_MEDIA_TYPE_JSON |
static String |
SHORT_MEDIA_TYPE_XML |
API_VERSION, API_VERSION_20, API_VERSION_22, API_VERSION_23, API_VERSION_24, API_VERSION_26, API_VERSION_27, API_VERSION_28, API_VERSION_29, APPLICATION, editLink, JSON, links, VERSION_PARAM, XML| Constructor and Description |
|---|
EventDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionPerformed()
The action performed.
|
String |
getBaseMediaType() |
String |
getComponent()
The component.
|
String |
getDatacenter()
The datacenter where the event was triggered.
|
String |
getEnterprise()
The enterprise.
|
Integer |
getId()
The id of the event.
|
Integer |
getIdDatacenter()
The id datacenter where the event took place.
|
Integer |
getIdEnterprise()
The id enterprise of the user's enterprise.
|
Integer |
getIdNetwork()
The id network if the action performed was over a network.
|
Integer |
getIdPhysicalMachine()
The id physical machine if the action performed was over a physical machine.
|
Integer |
getIdRack()
The id rack if the action performed was over a rack.
|
String |
getIdStoragePool()
The id storage pool if the action performed was over a storage pool.
|
Integer |
getIdStorageSystem()
The id storage system if the action performed was over a storage system.
|
Integer |
getIdSubnet()
The id subnet if the action performed was over a subnet.
|
Integer |
getIdUser()
The id user that triggered the event.
|
Integer |
getIdVirtualApp()
The id virtual app if the action performed was over a virtual appliance.
|
Integer |
getIdVirtualDatacenter()
The id virtual datacenter if the action performed was over a virtual datacenter.
|
Integer |
getIdVirtualMachine()
The id virtual machine if the action performed was over a virtual machine.
|
String |
getIdVolume()
The id volume if the action performed was over a volume.
|
String |
getMediaType() |
String |
getNetwork()
The network if the action performed was over a network.
|
String |
getPerformedBy()
The performed by, who performed the action.
|
String |
getPhysicalMachine()
The physical machine if the action performed was over a physical machine.
|
String |
getRack()
The rack if the action performed was over a rack.
|
SeverityType |
getSeverity()
The severity.
|
String |
getStacktrace()
The stacktrace.
|
String |
getStoragePool()
The storage pool if the action performed was over a storage pool.
|
String |
getStorageSystem()
The storage system if the action performed was over a storage system.
|
String |
getSubnet()
The subnet if the action performed was over a subnet.
|
Date |
getTimestamp()
The timestamp.
|
String |
getUser()
The user whose performed the action.
|
String |
getVirtualApp()
The virtual app if the action performed was over a virtual appliance.
|
String |
getVirtualDatacenter()
The virtual datacenter if the action performed was over a virtual datacenter.
|
String |
getVirtualMachine()
The virtual machine if the action performed was over a virtual machine.
|
String |
getVolume()
The volume if the action performed was over a volume.
|
void |
setActionPerformed(String actionPerformed)
Sets the action performed.
|
void |
setComponent(String component)
Sets the component.
|
void |
setDatacenter(String datacenter)
Sets the datacenter.
|
void |
setEnterprise(String enterprise)
Sets the enterprise.
|
void |
setId(Integer id)
Sets the id.
|
void |
setIdDatacenter(Integer idDatacenter)
Sets the id datacenter.
|
void |
setIdEnterprise(Integer idEnterprise)
Sets the id enterprise.
|
void |
setIdNetwork(Integer idNetwork)
Sets the id network.
|
void |
setIdPhysicalMachine(Integer idPhysicalMachine)
Sets the id physical machine.
|
void |
setIdRack(Integer idRack)
Sets the id rack.
|
void |
setIdStoragePool(String idStoragePool)
Sets the id storage pool.
|
void |
setIdStorageSystem(Integer idStorageSystem)
Sets the id storage system.
|
void |
setIdSubnet(Integer idSubnet)
Sets the id subnet.
|
void |
setIdUser(Integer idUser)
Sets the id user.
|
void |
setIdVirtualApp(Integer idVirtualApp)
Sets the id virtual app.
|
void |
setIdVirtualDatacenter(Integer idVirtualDatacenter)
Sets the id virtual datacenter.
|
void |
setIdVirtualMachine(Integer idVirtualMachine)
Sets the id virtual machine.
|
void |
setIdVolume(String idVolume)
Sets the id volume.
|
void |
setNetwork(String network)
Sets the network.
|
void |
setPerformedBy(String performedBy)
Sets the performed by.
|
void |
setPhysicalMachine(String physicalMachine)
Sets the physical machine.
|
void |
setRack(String rack)
Sets the rack.
|
void |
setSeverity(SeverityType severity)
Sets the severity.
|
void |
setStacktrace(String stacktrace)
Sets the stacktrace.
|
void |
setStoragePool(String storagePool)
Sets the storage pool.
|
void |
setStorageSystem(String storageSystem)
Sets the storage system.
|
void |
setSubnet(String subnet)
Sets the subnet.
|
void |
setTimestamp(Date timestamp)
Sets the timestamp.
|
void |
setUser(String user)
Sets the user.
|
void |
setVirtualApp(String virtualApp)
Sets the virtual app.
|
void |
setVirtualDatacenter(String virtualDatacenter)
Sets the virtual datacenter.
|
void |
setVirtualMachine(String virtualMachine)
Sets the virtual machine.
|
void |
setVolume(String volume)
Sets the volume.
|
addEditLink, addLink, addLinks, getEditLink, getIdFromLink, getLinks, modifyLink, searchLink, searchLink, searchLinkByHref, searchLinks, setLinkspublic static final String MEDIA_TYPE
public static final String SHORT_MEDIA_TYPE_JSON
public static final String SHORT_MEDIA_TYPE_XML
public static final String MEDIA_TYPE_XML
public static final String MEDIA_TYPE_JSON
public String getActionPerformed()
public String getBaseMediaType()
getBaseMediaType in class SingleResourceTransportDtopublic String getComponent()
public String getDatacenter()
public String getEnterprise()
public Integer getId()
public Integer getIdDatacenter()
public Integer getIdEnterprise()
public Integer getIdNetwork()
public Integer getIdPhysicalMachine()
public Integer getIdRack()
public String getIdStoragePool()
public Integer getIdStorageSystem()
public Integer getIdSubnet()
public Integer getIdUser()
public Integer getIdVirtualApp()
public Integer getIdVirtualDatacenter()
public Integer getIdVirtualMachine()
public String getIdVolume()
public String getMediaType()
getMediaType in class SingleResourceTransportDtopublic String getNetwork()
public String getPerformedBy()
public String getPhysicalMachine()
public String getRack()
public SeverityType getSeverity()
public String getStacktrace()
public String getStoragePool()
public String getStorageSystem()
public String getSubnet()
public Date getTimestamp()
public String getUser()
public String getVirtualApp()
public String getVirtualDatacenter()
public String getVirtualMachine()
public String getVolume()
public void setActionPerformed(String actionPerformed)
actionPerformed - the new action performedpublic void setComponent(String component)
component - the new componentpublic void setDatacenter(String datacenter)
datacenter - the new datacenterpublic void setEnterprise(String enterprise)
enterprise - the new enterprisepublic void setId(Integer id)
id - the new idpublic void setIdDatacenter(Integer idDatacenter)
idDatacenter - the new id datacenterpublic void setIdEnterprise(Integer idEnterprise)
idEnterprise - the new id enterprisepublic void setIdNetwork(Integer idNetwork)
idNetwork - the new id networkpublic void setIdPhysicalMachine(Integer idPhysicalMachine)
idPhysicalMachine - the new id physical machinepublic void setIdRack(Integer idRack)
idRack - the new id rackpublic void setIdStoragePool(String idStoragePool)
idStoragePool - the new id storage poolpublic void setIdStorageSystem(Integer idStorageSystem)
idStorageSystem - the new id storage systempublic void setIdSubnet(Integer idSubnet)
idSubnet - the new id subnetpublic void setIdUser(Integer idUser)
idUser - the new id userpublic void setIdVirtualApp(Integer idVirtualApp)
idVirtualApp - the new id virtual apppublic void setIdVirtualDatacenter(Integer idVirtualDatacenter)
idVirtualDatacenter - the new id virtual datacenterpublic void setIdVirtualMachine(Integer idVirtualMachine)
idVirtualMachine - the new id virtual machinepublic void setIdVolume(String idVolume)
idVolume - the new id volumepublic void setNetwork(String network)
network - the new networkpublic void setPerformedBy(String performedBy)
performedBy - the new performed bypublic void setPhysicalMachine(String physicalMachine)
physicalMachine - the new physical machinepublic void setRack(String rack)
rack - the new rackpublic void setSeverity(SeverityType severity)
severity - the new severitypublic void setStacktrace(String stacktrace)
stacktrace - the new stacktracepublic void setStoragePool(String storagePool)
storagePool - the new storage poolpublic void setStorageSystem(String storageSystem)
storageSystem - the new storage systempublic void setSubnet(String subnet)
subnet - the new subnetpublic void setTimestamp(Date timestamp)
timestamp - the new timestamppublic void setUser(String user)
user - the new userpublic void setVirtualApp(String virtualApp)
virtualApp - the new virtual apppublic void setVirtualDatacenter(String virtualDatacenter)
virtualDatacenter - the new virtual datacenterpublic void setVirtualMachine(String virtualMachine)
virtualMachine - the new virtual machinepublic void setVolume(String volume)
volume - the new volumeCopyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.