public class EventXMLObject
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
EventXMLObject() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEventType()
Provides the type of the event
|
java.util.List |
getParams()
Provides parameters associated with the notification event
|
java.lang.String |
getResolverName()
Provides resolver class name for the notification event
|
java.util.List |
getStaticData()
Provides list of Static Data attached with the event
|
void |
setEventType(java.lang.String eventType)
Sets type of the notification event
|
void |
setParams(java.util.List params)
Attach parameters associated with the notification event
|
void |
setResolverName(java.lang.String resolverName)
Sets the name of resolver class name for the notification event
|
void |
setStaticData(java.util.List staticData)
Attach Static Data with the event.
|
public java.util.List getStaticData()
List
of Static data attached with the eventpublic void setStaticData(java.util.List staticData)
staticData
- List
of data to be attachedpublic java.util.List getParams()
list
of parameterspublic void setParams(java.util.List params)
params
- list
of parameterspublic java.lang.String getResolverName()
public void setResolverName(java.lang.String resolverName)
resolverName
- resolver class namepublic java.lang.String getEventType()
public void setEventType(java.lang.String eventType)
eventType
- type to be set