|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.Message
com.genesyslab.platform.openmedia.protocol.interactionserver.events.EventAgentWorkbinStats
public abstract class EventAgentWorkbinStats
Response on RequestAgentWorkbinStats
Field Summary | |
---|---|
static int |
ID
|
static java.lang.String |
NAME
|
Method Summary | |
---|---|
static EventAgentWorkbinStats |
create()
Creates instance of EventAgentWorkbinStats with no parameters set. |
static EventAgentWorkbinStats |
create(java.lang.Integer proxyClientId,
KeyValueCollection extension,
KeyValueCollection workbinStatistic)
Creates instance of EventAgentWorkbinStats with all parameters set. |
abstract KeyValueCollection |
getExtension()
[Optional] Extensions. |
abstract java.lang.Integer |
getProxyClientId()
[Optional] Through proxy client identifier that must be specified by proxy. |
abstract java.lang.Integer |
getReferenceId()
[Mandatory] Reference identifier of the request. |
abstract KeyValueCollection |
getWorkbinStatistic()
[Optional] Could be absent if no data is returned as a result of the request. |
abstract void |
setExtension(KeyValueCollection extension)
[Optional] Extensions. |
abstract void |
setProxyClientId(int proxyClientId)
[Optional] Through proxy client identifier that must be specified by proxy. |
abstract void |
setProxyClientId(java.lang.Integer proxyClientId)
[Optional] Through proxy client identifier that must be specified by proxy. |
abstract void |
setReferenceId(int referenceId)
[Mandatory] Reference identifier of the request. |
abstract void |
setReferenceId(java.lang.Integer referenceId)
[Mandatory] Reference identifier of the request. |
abstract void |
setWorkbinStatistic(KeyValueCollection workbinStatistic)
[Optional] Could be absent if no data is returned as a result of the request. |
Methods inherited from class com.genesyslab.platform.commons.protocol.Message |
---|
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription |
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject |
---|
equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ID
public static final java.lang.String NAME
Method Detail |
---|
public static EventAgentWorkbinStats create()
public static EventAgentWorkbinStats create(java.lang.Integer proxyClientId, KeyValueCollection extension, KeyValueCollection workbinStatistic)
proxyClientId
- The identifier of the client of proxy.extension
- Extensions.workbinStatistic
- May be absent if there are no interactions in workbin instances of the specified workbin type.
public abstract java.lang.Integer getProxyClientId()
public abstract void setProxyClientId(java.lang.Integer proxyClientId)
public abstract void setProxyClientId(int proxyClientId)
public abstract KeyValueCollection getExtension()
public abstract void setExtension(KeyValueCollection extension)
public abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract KeyValueCollection getWorkbinStatistic()
public abstract void setWorkbinStatistic(KeyValueCollection workbinStatistic)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |