public class SchScenarioAgent
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int |
gswAgentId
The ID of the actual agent.
|
private int |
wmBid
A bid on the profile agent schedule.
|
private int |
wmPosition
Agent's position based on the ranking system used in the scenario.
|
private int |
wmProfileAgentId
The ID for the Profile/Virtual Agent.
|
private int |
wmProfileId
The profile ID of the profile agent.
|
private int |
wmQuota
Agent preference quota (as a percentage)
|
private int |
wmSeniority
Agent seniority value
|
private int |
wmType
Type of agent.
|
Constructor and Description |
---|
SchScenarioAgent() |
SchScenarioAgent(int wmType,
int gswAgentId,
int wmProfileAgentId,
int wmProfileId,
int wmQuota,
int wmSeniority,
int wmBid,
int wmPosition) |
Modifier and Type | Method and Description |
---|---|
int |
getGswAgentId()
Gets the gswAgentId value for this SchScenarioAgent.
|
int |
getWmBid()
Gets the wmBid value for this SchScenarioAgent.
|
int |
getWmPosition()
Gets the wmPosition value for this SchScenarioAgent.
|
int |
getWmProfileAgentId()
Gets the wmProfileAgentId value for this SchScenarioAgent.
|
int |
getWmProfileId()
Gets the wmProfileId value for this SchScenarioAgent.
|
int |
getWmQuota()
Gets the wmQuota value for this SchScenarioAgent.
|
int |
getWmSeniority()
Gets the wmSeniority value for this SchScenarioAgent.
|
int |
getWmType()
Gets the wmType value for this SchScenarioAgent.
|
void |
setGswAgentId(int gswAgentId)
Sets the gswAgentId value for this SchScenarioAgent.
|
void |
setWmBid(int wmBid)
Sets the wmBid value for this SchScenarioAgent.
|
void |
setWmPosition(int wmPosition)
Sets the wmPosition value for this SchScenarioAgent.
|
void |
setWmProfileAgentId(int wmProfileAgentId)
Sets the wmProfileAgentId value for this SchScenarioAgent.
|
void |
setWmProfileId(int wmProfileId)
Sets the wmProfileId value for this SchScenarioAgent.
|
void |
setWmQuota(int wmQuota)
Sets the wmQuota value for this SchScenarioAgent.
|
void |
setWmSeniority(int wmSeniority)
Sets the wmSeniority value for this SchScenarioAgent.
|
void |
setWmType(int wmType)
Sets the wmType value for this SchScenarioAgent.
|
private int wmType
ESchAgentType
private int gswAgentId
CfgAgent
private int wmProfileAgentId
private int wmProfileId
CfgProfile
private int wmQuota
private int wmSeniority
private int wmBid
private int wmPosition
public SchScenarioAgent()
public SchScenarioAgent(int wmType, int gswAgentId, int wmProfileAgentId, int wmProfileId, int wmQuota, int wmSeniority, int wmBid, int wmPosition)
public int getWmType()
public void setWmType(int wmType)
wmType
- public int getGswAgentId()
public void setGswAgentId(int gswAgentId)
gswAgentId
- public int getWmProfileAgentId()
public void setWmProfileAgentId(int wmProfileAgentId)
wmProfileAgentId
- public int getWmProfileId()
public void setWmProfileId(int wmProfileId)
wmProfileId
- public int getWmQuota()
public void setWmQuota(int wmQuota)
wmQuota
- public int getWmSeniority()
public void setWmSeniority(int wmSeniority)
wmSeniority
- public int getWmBid()
public void setWmBid(int wmBid)
wmBid
- public int getWmPosition()
public void setWmPosition(int wmPosition)
wmPosition
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.