ICfgBase
, ICfgStructure
@Generated(value="com.genesyslab.platform.applicationblocks.com.generator.COMGenerator", date="2021-06-14T15:47:12-07:00") public class CfgAgentLoginInfo extends CfgStructure
Constructor | Description |
---|---|
CfgAgentLoginInfo(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgAgentLoginInfo(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgAgentLoginInfo(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
Modifier and Type | Method | Description |
---|---|---|
CfgAgentLogin |
getAgentLogin() |
A unique identifier of the
Agent Login
identifier. |
java.lang.Integer |
getAgentLoginDBID() |
Retrieves the dbid of the object that is being linked to by the AgentLogin property.
|
java.lang.Integer |
getWrapupTime() |
Wrap-up time in seconds associated
with this login identifier.
|
void |
setAgentLogin(CfgAgentLogin value) |
A unique identifier of the
Agent Login
identifier. |
void |
setAgentLoginDBID(int dbid) |
A unique identifier of the
Agent Login
identifier. |
void |
setWrapupTime(java.lang.Integer value) |
Wrap-up time in seconds associated
with this login identifier.
|
clone, ensureDataBackup, equals, flushChildrenContent, getConfigurationService, getData, getEndpoint, getLinkListCollection, getLinkValue, getLogger, getMetaData, getProperty, getProperty, getProperty, getRawObjectData, hashCode, initStruct, isSaved, lockObject, reloadObjectWithNewData, resolveLink, setProperty, toString, toStringProperties, toXml
getParent, updateChildrenSavedState
getEndpoint, getProperty, getRawObjectData, setProperty, toXml
public CfgAgentLoginInfo(IConfService confService, ConfStructure objData, ICfgObject parent)
confService
- configuration service instanceobjData
- configuration protocol structure dataparent
- instance of configuration object as a parent for this structure instancepublic CfgAgentLoginInfo(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
confService
- configuration service instancexmlData
- XML object containing structure dataparent
- instance of configuration object as a parent for this structure instancepublic CfgAgentLoginInfo(IConfService confService, ICfgObject parent)
confService
- configuration service instanceparent
- instance of configuration object as a parent for this structure instancepublic final CfgAgentLogin getAgentLogin()
Agent Login
identifier. Mandatory. Once
specified, cannot be changed. The switch that this login identifier
belongs to must be assigned to the tenant that this agent belongs
to. The same value cannot be repeated within one list. One agent
login cannot be assigned to more than one agent.public final void setAgentLogin(CfgAgentLogin value)
Agent Login
identifier. Mandatory. Once
specified, cannot be changed. The switch that this login identifier
belongs to must be assigned to the tenant that this agent belongs
to. The same value cannot be repeated within one list. One agent
login cannot be assigned to more than one agent.value
- new property valuegetAgentLogin()
public final void setAgentLoginDBID(int dbid)
Agent Login
identifier. Mandatory. Once
specified, cannot be changed. The switch that this login identifier
belongs to must be assigned to the tenant that this agent belongs
to. The same value cannot be repeated within one list. One agent
login cannot be assigned to more than one agent.dbid
- DBID identifier of referred objectgetAgentLogin()
public final java.lang.Integer getAgentLoginDBID()
public final java.lang.Integer getWrapupTime()
public final void setWrapupTime(java.lang.Integer value)
value
- new property valuegetWrapupTime()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.