ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:03.098-07:00") public abstract class OldWorkbinInfo extends CompoundValue
Constructor | Description |
---|---|
OldWorkbinInfo() |
Modifier and Type | Method | Description |
---|---|---|
static OldWorkbinInfo |
create() |
Creates instance of OldWorkbinInfo with no parameters set.
|
static OldWorkbinInfo |
create(java.lang.String oldWorkbinTypeId,
java.lang.String oldWorkbinAgentId,
java.lang.String oldWorkbinGroupId,
java.lang.String oldWorkbinPlaceId,
java.lang.String oldWorkbinPlaceGroupId) |
Creates instance of OldWorkbinInfo with all parameters set.
|
abstract java.lang.String |
getOldWorkbinAgentId() |
Indicates agent id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is an agent workbin.
|
abstract java.lang.String |
getOldWorkbinGroupId() |
Indicates agent group id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is an agent group workbin.
|
abstract java.lang.String |
getOldWorkbinPlaceGroupId() |
Indicates place group id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is a place group workbin.
|
abstract java.lang.String |
getOldWorkbinPlaceId() |
Indicates place id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is a place workbin.
|
abstract java.lang.String |
getOldWorkbinTypeId() |
Indicates type of the workbin interaction has been taken from.
|
abstract void |
setOldWorkbinAgentId(java.lang.String oldWorkbinAgentId) |
Indicates agent id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is an agent workbin.
|
abstract void |
setOldWorkbinGroupId(java.lang.String oldWorkbinGroupId) |
Indicates agent group id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is an agent group workbin.
|
abstract void |
setOldWorkbinPlaceGroupId(java.lang.String oldWorkbinPlaceGroupId) |
Indicates place group id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is a place group workbin.
|
abstract void |
setOldWorkbinPlaceId(java.lang.String oldWorkbinPlaceId) |
Indicates place id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is a place workbin.
|
abstract void |
setOldWorkbinTypeId(java.lang.String oldWorkbinTypeId) |
Indicates type of the workbin interaction has been taken from.
|
getProtocolDescription
equals, hashCode, toString, toString
public static OldWorkbinInfo create()
public static OldWorkbinInfo create(java.lang.String oldWorkbinTypeId, java.lang.String oldWorkbinAgentId, java.lang.String oldWorkbinGroupId, java.lang.String oldWorkbinPlaceId, java.lang.String oldWorkbinPlaceGroupId)
oldWorkbinTypeId
- Indicates type of the workbin interaction has been taken from. If attribute is not included in the message, the interaction was not in a workbin.oldWorkbinAgentId
- Indicates agent id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is an agent workbin.oldWorkbinGroupId
- Indicates agent group id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is an agent group workbin.oldWorkbinPlaceId
- Indicates place id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is a place workbin.oldWorkbinPlaceGroupId
- Indicates place group id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is a place group workbin.public abstract java.lang.String getOldWorkbinTypeId()
public abstract void setOldWorkbinTypeId(java.lang.String oldWorkbinTypeId)
oldWorkbinTypeId
- new value of the propertypublic abstract java.lang.String getOldWorkbinAgentId()
public abstract void setOldWorkbinAgentId(java.lang.String oldWorkbinAgentId)
oldWorkbinAgentId
- new value of the propertypublic abstract java.lang.String getOldWorkbinGroupId()
public abstract void setOldWorkbinGroupId(java.lang.String oldWorkbinGroupId)
oldWorkbinGroupId
- new value of the propertypublic abstract java.lang.String getOldWorkbinPlaceId()
public abstract void setOldWorkbinPlaceId(java.lang.String oldWorkbinPlaceId)
oldWorkbinPlaceId
- new value of the propertypublic abstract java.lang.String getOldWorkbinPlaceGroupId()
public abstract void setOldWorkbinPlaceGroupId(java.lang.String oldWorkbinPlaceGroupId)
oldWorkbinPlaceGroupId
- new value of the propertySend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.