public class SchScenarioAgent
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswAgentId
The ID of the actual agent.
|
private static long |
serialVersionUID |
protected int |
wmBid
A bid on the profile agent schedule.
|
protected int |
wmPosition
Agent's position based on the ranking system used in the scenario.
|
protected int |
wmProfileAgentId
The ID for the Profile/Virtual Agent.
|
protected int |
wmProfileId
The profile ID of the profile agent.
|
protected int |
wmProfileTeamId
Profile Team ID that profile agent is assigned to
|
protected int |
wmQuota
Agent preference quota (as a percentage)
|
protected int |
wmSeniority
Agent seniority value
|
protected int |
wmSiteId
Site ID
|
protected int |
wmTeamId
Real Team ID that profile/virtual agent is assigned to
|
protected int |
wmType
Type of agent.
|
Constructor and Description |
---|
SchScenarioAgent() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswAgentId()
Gets the value of the gswAgentId property.
|
int |
getWmBid()
Gets the value of the wmBid property.
|
int |
getWmPosition()
Gets the value of the wmPosition property.
|
int |
getWmProfileAgentId()
Gets the value of the wmProfileAgentId property.
|
int |
getWmProfileId()
Gets the value of the wmProfileId property.
|
int |
getWmProfileTeamId()
Gets the value of the wmProfileTeamId property.
|
int |
getWmQuota()
Gets the value of the wmQuota property.
|
int |
getWmSeniority()
Gets the value of the wmSeniority property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmTeamId()
Gets the value of the wmTeamId property.
|
int |
getWmType()
Gets the value of the wmType property.
|
int |
hashCode() |
void |
setGswAgentId(int value)
Sets the value of the gswAgentId property.
|
void |
setWmBid(int value)
Sets the value of the wmBid property.
|
void |
setWmPosition(int value)
Sets the value of the wmPosition property.
|
void |
setWmProfileAgentId(int value)
Sets the value of the wmProfileAgentId property.
|
void |
setWmProfileId(int value)
Sets the value of the wmProfileId property.
|
void |
setWmProfileTeamId(int value)
Sets the value of the wmProfileTeamId property.
|
void |
setWmQuota(int value)
Sets the value of the wmQuota property.
|
void |
setWmSeniority(int value)
Sets the value of the wmSeniority property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmTeamId(int value)
Sets the value of the wmTeamId property.
|
void |
setWmType(int value)
Sets the value of the wmType property.
|
java.lang.String |
toString() |
SchScenarioAgent |
withGswAgentId(int value) |
SchScenarioAgent |
withWmBid(int value) |
SchScenarioAgent |
withWmPosition(int value) |
SchScenarioAgent |
withWmProfileAgentId(int value) |
SchScenarioAgent |
withWmProfileId(int value) |
SchScenarioAgent |
withWmProfileTeamId(int value) |
SchScenarioAgent |
withWmQuota(int value) |
SchScenarioAgent |
withWmSeniority(int value) |
SchScenarioAgent |
withWmSiteId(int value) |
SchScenarioAgent |
withWmTeamId(int value) |
SchScenarioAgent |
withWmType(int value) |
private static final long serialVersionUID
protected int wmSiteId
protected int wmType
ESchAgentType
protected int gswAgentId
CfgAgent
protected int wmProfileAgentId
protected int wmProfileId
CfgProfile
protected int wmQuota
protected int wmSeniority
protected int wmBid
protected int wmPosition
protected int wmTeamId
protected int wmProfileTeamId
public int getWmSiteId()
public void setWmSiteId(int value)
public int getWmType()
public void setWmType(int value)
public int getGswAgentId()
public void setGswAgentId(int value)
public int getWmProfileAgentId()
public void setWmProfileAgentId(int value)
public int getWmProfileId()
public void setWmProfileId(int value)
public int getWmQuota()
public void setWmQuota(int value)
public int getWmSeniority()
public void setWmSeniority(int value)
public int getWmBid()
public void setWmBid(int value)
public int getWmPosition()
public void setWmPosition(int value)
public int getWmTeamId()
public void setWmTeamId(int value)
public int getWmProfileTeamId()
public void setWmProfileTeamId(int value)
public SchScenarioAgent withWmSiteId(int value)
public SchScenarioAgent withWmType(int value)
public SchScenarioAgent withGswAgentId(int value)
public SchScenarioAgent withWmProfileAgentId(int value)
public SchScenarioAgent withWmProfileId(int value)
public SchScenarioAgent withWmQuota(int value)
public SchScenarioAgent withWmSeniority(int value)
public SchScenarioAgent withWmBid(int value)
public SchScenarioAgent withWmPosition(int value)
public SchScenarioAgent withWmTeamId(int value)
public SchScenarioAgent withWmProfileTeamId(int value)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.