Platform SDK Java 8.5 API Reference

com.genesyslab.platform.openmedia.protocol.interactionserver.events
Class EventAgentWorkbinStats

java.lang.Object
  extended by com.genesyslab.platform.commons.protocol.DataObject
      extended by com.genesyslab.platform.commons.protocol.Message
          extended by com.genesyslab.platform.openmedia.protocol.interactionserver.events.EventAgentWorkbinStats
All Implemented Interfaces:
ProtocolDescriptionSupport

public abstract class EventAgentWorkbinStats
extends Message

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

ID

public static final int ID
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Method Detail

create

public static EventAgentWorkbinStats create()
Creates instance of EventAgentWorkbinStats with no parameters set.

Returns:
instance of EventAgentWorkbinStats

create

public static EventAgentWorkbinStats create(java.lang.Integer proxyClientId,
                                            KeyValueCollection extension,
                                            KeyValueCollection workbinStatistic)
Creates instance of EventAgentWorkbinStats with all parameters set.

Parameters:
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.
Returns:
instance of EventAgentWorkbinStats

getProxyClientId

public abstract java.lang.Integer getProxyClientId()
[Optional] Through proxy client identifier that must be specified by proxy. Ignored for any other type of client.


setProxyClientId

public abstract void setProxyClientId(java.lang.Integer proxyClientId)
[Optional] Through proxy client identifier that must be specified by proxy. Ignored for any other type of client.


setProxyClientId

public abstract void setProxyClientId(int proxyClientId)
[Optional] Through proxy client identifier that must be specified by proxy. Ignored for any other type of client.


getExtension

public abstract KeyValueCollection getExtension()
[Optional] Extensions.


setExtension

public abstract void setExtension(KeyValueCollection extension)
[Optional] Extensions.


getReferenceId

public abstract java.lang.Integer getReferenceId()
[Mandatory] Reference identifier of the request.


setReferenceId

public abstract void setReferenceId(java.lang.Integer referenceId)
[Mandatory] Reference identifier of the request.


setReferenceId

public abstract void setReferenceId(int referenceId)
[Mandatory] Reference identifier of the request.


getWorkbinStatistic

public abstract KeyValueCollection getWorkbinStatistic()
[Optional] Could be absent if no data is returned as a result of the request. Otherwise, each key represents a workbin name and a value is key-value list with the following keys:
'Type' - 1 - agent, 2 - place, 3 - place group, 4 - agent group
'Count' - number of interactions


setWorkbinStatistic

public abstract void setWorkbinStatistic(KeyValueCollection workbinStatistic)
[Optional] Could be absent if no data is returned as a result of the request. Otherwise, each key represents a workbin name and a value is key-value list with the following keys:
'Type' - 1 - agent, 2 - place, 3 - place group, 4 - agent group
'Count' - number of interactions


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.