ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:03.098-07:00") public abstract class EventWorkbinStatistic extends Message
Modifier and Type | Method | Description |
---|---|---|
static EventWorkbinStatistic |
create() |
Creates instance of EventWorkbinStatistic with no parameters set.
|
static EventWorkbinStatistic |
create(java.lang.Integer proxyClientId,
java.lang.String workbinTypeId,
java.lang.Integer workbinOwnerType,
KeyValueCollection workbinStatistic,
KeyValueCollection extension) |
Creates instance of EventWorkbinStatistic with all parameters set.
|
static EventWorkbinStatistic |
create(java.lang.String workbinTypeId,
java.lang.Integer workbinOwnerType) |
Creates instance of EventWorkbinStatistic with required parameters set.
|
abstract KeyValueCollection |
getExtension() |
A key-value list of extensions.
|
abstract java.lang.Integer |
getProxyClientId() |
Proxy client identifier.
|
abstract java.lang.Integer |
getReferenceId() |
Reference identifier of the request.
|
abstract java.lang.Integer |
getWorkbinOwnerType() |
Values:
1-agent
2-place
3-agent group
4-place group
|
abstract KeyValueCollection |
getWorkbinStatistic() |
May be absent if there are no interactions in workbin instances
of the specified workbin type.
|
abstract java.lang.String |
getWorkbinTypeId() |
Name of the workbin type.
|
abstract void |
setExtension(KeyValueCollection extension) |
A key-value list of extensions.
|
abstract void |
setProxyClientId(int proxyClientId) |
Proxy client identifier.
|
abstract void |
setProxyClientId(java.lang.Integer proxyClientId) |
Proxy client identifier.
|
abstract void |
setReferenceId(int referenceId) |
Reference identifier of the request.
|
abstract void |
setReferenceId(java.lang.Integer referenceId) |
Reference identifier of the request.
|
abstract void |
setWorkbinOwnerType(int workbinOwnerType) |
Values:
1-agent
2-place
3-agent group
4-place group
|
abstract void |
setWorkbinOwnerType(java.lang.Integer workbinOwnerType) |
Values:
1-agent
2-place
3-agent group
4-place group
|
abstract void |
setWorkbinStatistic(KeyValueCollection workbinStatistic) |
May be absent if there are no interactions in workbin instances
of the specified workbin type.
|
abstract void |
setWorkbinTypeId(java.lang.String workbinTypeId) |
Name of the workbin type.
|
equals, hashCode, toString, toString
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription
public static final int ID
public static final java.lang.String NAME
public static EventWorkbinStatistic create()
public static EventWorkbinStatistic create(java.lang.Integer proxyClientId, java.lang.String workbinTypeId, java.lang.Integer workbinOwnerType, KeyValueCollection workbinStatistic, KeyValueCollection extension)
proxyClientId
- The identifier of the client of proxy.workbinTypeId
- Name of the workbin.workbinOwnerType
- Owner type: 1 - agent, 2 - place, 3 - agent group, 4 - place group.workbinStatistic
- May be absent if there are no interactions in workbin instances of the specified workbin type.extension
- Extensions.public static EventWorkbinStatistic create(java.lang.String workbinTypeId, java.lang.Integer workbinOwnerType)
workbinTypeId
- Name of the workbin.workbinOwnerType
- Owner type: 1 - agent, 2 - place, 3 - agent group, 4 - place group.public abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract java.lang.Integer getProxyClientId()
public abstract void setProxyClientId(java.lang.Integer proxyClientId)
public abstract void setProxyClientId(int proxyClientId)
public abstract java.lang.String getWorkbinTypeId()
public abstract void setWorkbinTypeId(java.lang.String workbinTypeId)
public abstract java.lang.Integer getWorkbinOwnerType()
public abstract void setWorkbinOwnerType(java.lang.Integer workbinOwnerType)
public abstract void setWorkbinOwnerType(int workbinOwnerType)
public abstract KeyValueCollection getWorkbinStatistic()
public abstract void setWorkbinStatistic(KeyValueCollection workbinStatistic)
public abstract KeyValueCollection getExtension()
public abstract void setExtension(KeyValueCollection extension)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.