|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ace.mws.events.Event
class Event
Represents an event originating from any product in the Adaptive Computing suite (XCAT, MSM, MWM, MWS, MAM, etc. )
Field Summary | |
---|---|
private Map |
details
(Map of String => String) A map where detail name maps to detail value. |
private ErrorMessage |
errorMessage
Details about any errors associated with the event. |
private String |
eventCategory
Signifies what category of event. |
private Date |
eventTime
The time the event occurred, not the time MWS received the event. |
private String |
eventType
Signifies what type of event. |
private String |
facility
A categorization of how this event fits in with other events. |
private String |
id
The unique ID for this event |
private UserDetails |
initiatedBy
Details about the user that initiated this event |
private MoabObject |
primaryObject
Most events will have a "primary object" associated with it. |
private Set |
relatedObjects
(MoabObject collection) Objects relating to the event that are not the primary object |
private String |
sourceComponent
What Adaptive Computing component reported this event. |
private String |
status
The status of the reported event. |
Constructor Summary | |
Event()
|
Method Summary | |
---|---|
Map
|
getDetails()
(Map of String => String) A map where detail name maps to detail value. |
ErrorMessage
|
getErrorMessage()
Details about any errors associated with the event. |
String
|
getEventCategory()
Signifies what category of event. |
Date
|
getEventTime()
The time the event occurred, not the time MWS received the event. |
String
|
getEventType()
Signifies what type of event. |
String
|
getFacility()
A categorization of how this event fits in with other events. |
String
|
getId()
The unique ID for this event |
UserDetails
|
getInitiatedBy()
Details about the user that initiated this event |
MoabObject
|
getPrimaryObject()
Most events will have a "primary object" associated with it. |
Set
|
getRelatedObjects()
(MoabObject collection) Objects relating to the event that are not the primary object |
String
|
getSourceComponent()
What Adaptive Computing component reported this event. |
String
|
getStatus()
The status of the reported event. |
void
|
setDetails(Map details)
(Map of String => String) A map where detail name maps to detail value. |
void
|
setErrorMessage(ErrorMessage errorMessage)
Details about any errors associated with the event. |
void
|
setEventCategory(String eventCategory)
Signifies what category of event. |
void
|
setEventTime(Date eventTime)
The time the event occurred, not the time MWS received the event. |
void
|
setEventType(String eventType)
Signifies what type of event. |
void
|
setFacility(String facility)
A categorization of how this event fits in with other events. |
void
|
setId(String id)
The unique ID for this event |
void
|
setInitiatedBy(UserDetails initiatedBy)
Details about the user that initiated this event |
void
|
setPrimaryObject(MoabObject primaryObject)
Most events will have a "primary object" associated with it. |
void
|
setRelatedObjects(Set relatedObjects)
(MoabObject collection) Objects relating to the event that are not the primary object |
void
|
setSourceComponent(String sourceComponent)
What Adaptive Computing component reported this event. |
void
|
setStatus(String status)
The status of the reported event. |
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private Map details
private ErrorMessage errorMessage
private String eventCategory
private Date eventTime
private String eventType
private String facility
private String id
private UserDetails initiatedBy
private MoabObject primaryObject
private Set relatedObjects
private String sourceComponent
private String status
Constructor Detail |
---|
Event()
Method Detail |
---|
Map getDetails()
ErrorMessage getErrorMessage()
String getEventCategory()
Date getEventTime()
String getEventType()
String getFacility()
String getId()
UserDetails getInitiatedBy()
MoabObject getPrimaryObject()
Set getRelatedObjects()
String getSourceComponent()
String getStatus()
void setDetails(Map details)
void setErrorMessage(ErrorMessage errorMessage)
void setEventCategory(String eventCategory)
void setEventTime(Date eventTime)
void setEventType(String eventType)
void setFacility(String facility)
void setId(String id)
void setInitiatedBy(UserDetails initiatedBy)
void setPrimaryObject(MoabObject primaryObject)
void setRelatedObjects(Set relatedObjects)
void setSourceComponent(String sourceComponent)
void setStatus(String status)
String toString()
Groovy Documentation