public class SchCandidateHolder
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private SchBid[] |
bids
An array of
SchBid providing candidates' bidding. |
private int |
bidsNSizeIs
The number of elements in the 'bids' array.
|
private SchCandidate[] |
candidates
An array of
SchCandidate information. |
private int |
candidatesNSizeIs
The number of elements in the 'candidates' array.
|
private CfgAgentShort[] |
cfgAgentInfo
An array of
CfgAgentShort containing agent information
about every candidate returned. |
private int |
cfgAgentInfoNSizeIs
The number of elements in the 'cfgAgentInfo' array.
|
private SchCandidate[] |
mergedCandidates
An array of
SchCandidate providing information about merged identical profile agent schedules. |
private int |
mergedCandidatesNSizeIs
The number of elements in the 'mergedCandidates' array.
|
| Constructor and Description |
|---|
SchCandidateHolder() |
SchCandidateHolder(int candidatesNSizeIs,
SchCandidate[] candidates,
int cfgAgentInfoNSizeIs,
CfgAgentShort[] cfgAgentInfo,
int bidsNSizeIs,
SchBid[] bids,
int mergedCandidatesNSizeIs,
SchCandidate[] mergedCandidates) |
| Modifier and Type | Method and Description |
|---|---|
SchBid[] |
getBids()
Gets the bids value for this SchCandidateHolder.
|
int |
getBidsNSizeIs()
Gets the bidsNSizeIs value for this SchCandidateHolder.
|
SchCandidate[] |
getCandidates()
Gets the candidates value for this SchCandidateHolder.
|
int |
getCandidatesNSizeIs()
Gets the candidatesNSizeIs value for this SchCandidateHolder.
|
CfgAgentShort[] |
getCfgAgentInfo()
Gets the cfgAgentInfo value for this SchCandidateHolder.
|
int |
getCfgAgentInfoNSizeIs()
Gets the cfgAgentInfoNSizeIs value for this SchCandidateHolder.
|
SchCandidate[] |
getMergedCandidates()
Gets the mergedCandidates value for this SchCandidateHolder.
|
int |
getMergedCandidatesNSizeIs()
Gets the mergedCandidatesNSizeIs value for this SchCandidateHolder.
|
void |
setBids(SchBid[] bids)
Sets the bids value for this SchCandidateHolder.
|
void |
setBidsNSizeIs(int bidsNSizeIs)
Sets the bidsNSizeIs value for this SchCandidateHolder.
|
void |
setCandidates(SchCandidate[] candidates)
Sets the candidates value for this SchCandidateHolder.
|
void |
setCandidatesNSizeIs(int candidatesNSizeIs)
Sets the candidatesNSizeIs value for this SchCandidateHolder.
|
void |
setCfgAgentInfo(CfgAgentShort[] cfgAgentInfo)
Sets the cfgAgentInfo value for this SchCandidateHolder.
|
void |
setCfgAgentInfoNSizeIs(int cfgAgentInfoNSizeIs)
Sets the cfgAgentInfoNSizeIs value for this SchCandidateHolder.
|
void |
setMergedCandidates(SchCandidate[] mergedCandidates)
Sets the mergedCandidates value for this SchCandidateHolder.
|
void |
setMergedCandidatesNSizeIs(int mergedCandidatesNSizeIs)
Sets the mergedCandidatesNSizeIs value for this SchCandidateHolder.
|
private int candidatesNSizeIs
private SchCandidate[] candidates
SchCandidate information.private int cfgAgentInfoNSizeIs
private CfgAgentShort[] cfgAgentInfo
CfgAgentShort containing agent information
about every candidate returned.private int bidsNSizeIs
private int mergedCandidatesNSizeIs
private SchCandidate[] mergedCandidates
SchCandidate providing information about merged identical profile agent schedules.public SchCandidateHolder()
public SchCandidateHolder(int candidatesNSizeIs,
SchCandidate[] candidates,
int cfgAgentInfoNSizeIs,
CfgAgentShort[] cfgAgentInfo,
int bidsNSizeIs,
SchBid[] bids,
int mergedCandidatesNSizeIs,
SchCandidate[] mergedCandidates)
public int getCandidatesNSizeIs()
public void setCandidatesNSizeIs(int candidatesNSizeIs)
candidatesNSizeIs - public SchCandidate[] getCandidates()
public void setCandidates(SchCandidate[] candidates)
candidates - public int getCfgAgentInfoNSizeIs()
public void setCfgAgentInfoNSizeIs(int cfgAgentInfoNSizeIs)
cfgAgentInfoNSizeIs - public CfgAgentShort[] getCfgAgentInfo()
public void setCfgAgentInfo(CfgAgentShort[] cfgAgentInfo)
cfgAgentInfo - public int getBidsNSizeIs()
public void setBidsNSizeIs(int bidsNSizeIs)
bidsNSizeIs - public SchBid[] getBids()
public void setBids(SchBid[] bids)
bids - public int getMergedCandidatesNSizeIs()
public void setMergedCandidatesNSizeIs(int mergedCandidatesNSizeIs)
mergedCandidatesNSizeIs - public SchCandidate[] getMergedCandidates()
public void setMergedCandidates(SchCandidate[] mergedCandidates)
mergedCandidates - Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.