|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.EtchBridge.EventMessage
public static class EtchBridge.EventMessage
Type definition for parameter of each plugin's onNotHandled method
| Field Summary | |
|---|---|
java.lang.String |
appName
AppName set in the event message |
java.lang.String |
eventId
the fully qualified name of the event, i.e., plugin namespace + event name |
java.util.Map<?,?> |
fields
key=string / value=objectthese would be every argument sent up in the original event |
java.lang.String |
partitionName
PartitionName set in the event message |
java.lang.String |
scriptName
ScriptName set in the event message |
java.lang.String |
sessionId
the sessionId sent up by the plugin |
java.lang.Boolean |
suppressNoHandler
indicates whether to suppress no handler |
| Constructor Summary | |
|---|---|
EtchBridge.EventMessage()
Constructs the EventMessage. |
|
EtchBridge.EventMessage(java.lang.String sessionId,
java.lang.String eventId,
java.util.Map<?,?> fields,
java.lang.String appName,
java.lang.String partitionName,
java.lang.String scriptName,
java.lang.Boolean suppressNoHandler)
Constructs the EventMessage. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAppName()
Gets the value. |
java.lang.String |
getEventId()
Gets the value. |
java.util.Map<?,?> |
getFields()
Gets the value. |
java.lang.String |
getPartitionName()
Gets the value. |
java.lang.String |
getScriptName()
Gets the value. |
java.lang.String |
getSessionId()
Gets the value. |
java.lang.Boolean |
getSuppressNoHandler()
Gets the value. |
void |
setAppName(java.lang.String value)
Sets the value. |
void |
setEventId(java.lang.String value)
Sets the value. |
void |
setFields(java.util.Map<?,?> value)
Sets the value. |
void |
setPartitionName(java.lang.String value)
Sets the value. |
void |
setScriptName(java.lang.String value)
Sets the value. |
void |
setSessionId(java.lang.String value)
Sets the value. |
void |
setSuppressNoHandler(java.lang.Boolean value)
Sets the value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String sessionId
public java.lang.String eventId
public java.util.Map<?,?> fields
public java.lang.String appName
public java.lang.String partitionName
public java.lang.String scriptName
public java.lang.Boolean suppressNoHandler
| Constructor Detail |
|---|
public EtchBridge.EventMessage()
public EtchBridge.EventMessage(java.lang.String sessionId,
java.lang.String eventId,
java.util.Map<?,?> fields,
java.lang.String appName,
java.lang.String partitionName,
java.lang.String scriptName,
java.lang.Boolean suppressNoHandler)
sessionId - the sessionId sent up by the plugineventId - the fully qualified name of the event, i.e., plugin namespace + event namefields - key=string / value=objectthese would be every argument sent up in the original eventappName - AppName set in the event messagepartitionName - PartitionName set in the event messagescriptName - ScriptName set in the event messagesuppressNoHandler - indicates whether to suppress no handler| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getSessionId()
public void setSessionId(java.lang.String value)
value - the value.public java.lang.String getEventId()
public void setEventId(java.lang.String value)
value - the value.public java.util.Map<?,?> getFields()
public void setFields(java.util.Map<?,?> value)
value - the value.public java.lang.String getAppName()
public void setAppName(java.lang.String value)
value - the value.public java.lang.String getPartitionName()
public void setPartitionName(java.lang.String value)
value - the value.public java.lang.String getScriptName()
public void setScriptName(java.lang.String value)
value - the value.public java.lang.Boolean getSuppressNoHandler()
public void setSuppressNoHandler(java.lang.Boolean value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||