public class SchCandidateHolder
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<SchBid> |
bids
An array of
SchBid providing candidates' bidding. |
protected int |
bidsNSizeIs
The number of elements in the 'bids' array.
|
protected java.util.List<SchCandidate> |
candidates
An array of
SchCandidate information. |
protected int |
candidatesNSizeIs
The number of elements in the 'candidates' array.
|
protected java.util.List<CfgAgentShort> |
cfgAgentInfo
An array of
CfgAgentShort containing agent information
about every candidate returned. |
protected int |
cfgAgentInfoNSizeIs
The number of elements in the 'cfgAgentInfo' array.
|
protected java.util.List<SchCandidate> |
mergedCandidates
An array of
SchCandidate providing information about merged identical profile agent schedules. |
protected int |
mergedCandidatesNSizeIs
The number of elements in the 'mergedCandidates' array.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
SchCandidateHolder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<SchBid> |
getBids()
Gets the value of the bids property.
|
int |
getBidsNSizeIs()
Gets the value of the bidsNSizeIs property.
|
java.util.List<SchCandidate> |
getCandidates()
Gets the value of the candidates property.
|
int |
getCandidatesNSizeIs()
Gets the value of the candidatesNSizeIs property.
|
java.util.List<CfgAgentShort> |
getCfgAgentInfo()
Gets the value of the cfgAgentInfo property.
|
int |
getCfgAgentInfoNSizeIs()
Gets the value of the cfgAgentInfoNSizeIs property.
|
java.util.List<SchCandidate> |
getMergedCandidates()
Gets the value of the mergedCandidates property.
|
int |
getMergedCandidatesNSizeIs()
Gets the value of the mergedCandidatesNSizeIs property.
|
int |
hashCode() |
void |
setBids(java.util.List<SchBid> bids)
Sets the value of the bids property.
|
void |
setBidsNSizeIs(int value)
Sets the value of the bidsNSizeIs property.
|
void |
setCandidates(java.util.List<SchCandidate> candidates)
Sets the value of the candidates property.
|
void |
setCandidatesNSizeIs(int value)
Sets the value of the candidatesNSizeIs property.
|
void |
setCfgAgentInfo(java.util.List<CfgAgentShort> cfgAgentInfo)
Sets the value of the cfgAgentInfo property.
|
void |
setCfgAgentInfoNSizeIs(int value)
Sets the value of the cfgAgentInfoNSizeIs property.
|
void |
setMergedCandidates(java.util.List<SchCandidate> mergedCandidates)
Sets the value of the mergedCandidates property.
|
void |
setMergedCandidatesNSizeIs(int value)
Sets the value of the mergedCandidatesNSizeIs property.
|
java.lang.String |
toString() |
SchCandidateHolder |
withBids(java.util.Collection<SchBid> values) |
SchCandidateHolder |
withBids(SchBid... values) |
SchCandidateHolder |
withBidsNSizeIs(int value) |
SchCandidateHolder |
withCandidates(java.util.Collection<SchCandidate> values) |
SchCandidateHolder |
withCandidates(SchCandidate... values) |
SchCandidateHolder |
withCandidatesNSizeIs(int value) |
SchCandidateHolder |
withCfgAgentInfo(CfgAgentShort... values) |
SchCandidateHolder |
withCfgAgentInfo(java.util.Collection<CfgAgentShort> values) |
SchCandidateHolder |
withCfgAgentInfoNSizeIs(int value) |
SchCandidateHolder |
withMergedCandidates(java.util.Collection<SchCandidate> values) |
SchCandidateHolder |
withMergedCandidates(SchCandidate... values) |
SchCandidateHolder |
withMergedCandidatesNSizeIs(int value) |
private static final long serialVersionUID
protected int candidatesNSizeIs
protected java.util.List<SchCandidate> candidates
SchCandidate information.protected int cfgAgentInfoNSizeIs
protected java.util.List<CfgAgentShort> cfgAgentInfo
CfgAgentShort containing agent information
about every candidate returned.protected int bidsNSizeIs
protected int mergedCandidatesNSizeIs
protected java.util.List<SchCandidate> mergedCandidates
SchCandidate providing information about merged identical profile agent schedules.public int getCandidatesNSizeIs()
public void setCandidatesNSizeIs(int value)
public java.util.List<SchCandidate> getCandidates()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the candidates property.
For example, to add a new item, do as follows:
getCandidates().add(newItem);
Objects of the following type(s) are allowed in the list
SchCandidate
public int getCfgAgentInfoNSizeIs()
public void setCfgAgentInfoNSizeIs(int value)
public java.util.List<CfgAgentShort> getCfgAgentInfo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the cfgAgentInfo property.
For example, to add a new item, do as follows:
getCfgAgentInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CfgAgentShort
public int getBidsNSizeIs()
public void setBidsNSizeIs(int value)
public java.util.List<SchBid> getBids()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the bids property.
For example, to add a new item, do as follows:
getBids().add(newItem);
Objects of the following type(s) are allowed in the list
SchBid
public int getMergedCandidatesNSizeIs()
public void setMergedCandidatesNSizeIs(int value)
public java.util.List<SchCandidate> getMergedCandidates()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the mergedCandidates property.
For example, to add a new item, do as follows:
getMergedCandidates().add(newItem);
Objects of the following type(s) are allowed in the list
SchCandidate
public SchCandidateHolder withCandidatesNSizeIs(int value)
public SchCandidateHolder withCandidates(SchCandidate... values)
public SchCandidateHolder withCandidates(java.util.Collection<SchCandidate> values)
public SchCandidateHolder withCfgAgentInfoNSizeIs(int value)
public SchCandidateHolder withCfgAgentInfo(CfgAgentShort... values)
public SchCandidateHolder withCfgAgentInfo(java.util.Collection<CfgAgentShort> values)
public SchCandidateHolder withBidsNSizeIs(int value)
public SchCandidateHolder withBids(SchBid... values)
public SchCandidateHolder withBids(java.util.Collection<SchBid> values)
public SchCandidateHolder withMergedCandidatesNSizeIs(int value)
public SchCandidateHolder withMergedCandidates(SchCandidate... values)
public SchCandidateHolder withMergedCandidates(java.util.Collection<SchCandidate> values)
public void setCandidates(java.util.List<SchCandidate> candidates)
candidates - allowed object is
SchCandidatepublic void setCfgAgentInfo(java.util.List<CfgAgentShort> cfgAgentInfo)
cfgAgentInfo - allowed object is
CfgAgentShortpublic void setBids(java.util.List<SchBid> bids)
bids - allowed object is
SchBidpublic void setMergedCandidates(java.util.List<SchCandidate> mergedCandidates)
mergedCandidates - allowed object is
SchCandidatepublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.