|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.contactcenters.app.params.ContactCenterEvalResultsParams
public class ContactCenterEvalResultsParams
Represents results obtained by performing some type of evaluation on a contact center.
Field Summary | |
---|---|
protected List<Named> |
agentGroups
|
protected List<Named> |
agentGroupSegments
|
protected List<Named> |
contactTypeSegments
|
protected TimeUnitParam |
defaultUnit
|
protected PropertiesParams |
evalInfo
|
protected List<Named> |
inboundTypes
|
protected List<Named> |
inboundTypeSegments
|
protected List<Named> |
matricesOfAWT
|
protected Integer |
numMatricesOfAWT
|
protected List<Named> |
outboundTypes
|
protected List<Named> |
outboundTypeSegments
|
protected List<PMMatrix> |
performanceMeasureMatrices
|
protected List<Named> |
periods
|
protected List<Named> |
periodSegments
|
protected ReportParams |
report
|
protected List<Named> |
waitingQueues
|
protected List<Named> |
waitingQueueSegments
|
Constructor Summary | |
---|---|
ContactCenterEvalResultsParams()
|
Method Summary | |
---|---|
List<Named> |
getAgentGroups()
Gets the value of the agentGroups property. |
List<Named> |
getAgentGroupSegments()
Gets the value of the agentGroupSegments property. |
List<Named> |
getContactTypeSegments()
Gets the value of the contactTypeSegments property. |
TimeUnitParam |
getDefaultUnit()
Gets the value of the defaultUnit property. |
PropertiesParams |
getEvalInfo()
Gets the value of the evalInfo property. |
List<Named> |
getInboundTypes()
Gets the value of the inboundTypes property. |
List<Named> |
getInboundTypeSegments()
Gets the value of the inboundTypeSegments property. |
List<Named> |
getMatricesOfAWT()
Gets the value of the matricesOfAWT property. |
int |
getNumMatricesOfAWT()
Gets the value of the numMatricesOfAWT property. |
List<Named> |
getOutboundTypes()
Gets the value of the outboundTypes property. |
List<Named> |
getOutboundTypeSegments()
Gets the value of the outboundTypeSegments property. |
List<PMMatrix> |
getPerformanceMeasureMatrices()
Gets the value of the performanceMeasureMatrices property. |
List<Named> |
getPeriods()
Gets the value of the periods property. |
List<Named> |
getPeriodSegments()
Gets the value of the periodSegments property. |
ReportParams |
getReport()
Gets the value of the report property. |
List<Named> |
getWaitingQueues()
Gets the value of the waitingQueues property. |
List<Named> |
getWaitingQueueSegments()
Gets the value of the waitingQueueSegments property. |
boolean |
isSetAgentGroups()
|
boolean |
isSetAgentGroupSegments()
|
boolean |
isSetContactTypeSegments()
|
boolean |
isSetDefaultUnit()
|
boolean |
isSetEvalInfo()
|
boolean |
isSetInboundTypes()
|
boolean |
isSetInboundTypeSegments()
|
boolean |
isSetMatricesOfAWT()
|
boolean |
isSetNumMatricesOfAWT()
|
boolean |
isSetOutboundTypes()
|
boolean |
isSetOutboundTypeSegments()
|
boolean |
isSetPerformanceMeasureMatrices()
|
boolean |
isSetPeriods()
|
boolean |
isSetPeriodSegments()
|
boolean |
isSetReport()
|
boolean |
isSetWaitingQueues()
|
boolean |
isSetWaitingQueueSegments()
|
void |
setDefaultUnit(TimeUnitParam value)
Sets the value of the defaultUnit property. |
void |
setEvalInfo(PropertiesParams value)
Sets the value of the evalInfo property. |
void |
setNumMatricesOfAWT(int value)
Sets the value of the numMatricesOfAWT property. |
void |
setReport(ReportParams value)
Sets the value of the report property. |
void |
unsetAgentGroups()
|
void |
unsetAgentGroupSegments()
|
void |
unsetContactTypeSegments()
|
void |
unsetInboundTypes()
|
void |
unsetInboundTypeSegments()
|
void |
unsetMatricesOfAWT()
|
void |
unsetNumMatricesOfAWT()
|
void |
unsetOutboundTypes()
|
void |
unsetOutboundTypeSegments()
|
void |
unsetPerformanceMeasureMatrices()
|
void |
unsetPeriods()
|
void |
unsetPeriodSegments()
|
void |
unsetWaitingQueues()
|
void |
unsetWaitingQueueSegments()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PropertiesParams evalInfo
protected ReportParams report
protected List<Named> inboundTypes
protected List<Named> outboundTypes
protected List<Named> agentGroups
protected List<Named> waitingQueues
protected List<Named> periods
protected List<Named> inboundTypeSegments
protected List<Named> outboundTypeSegments
protected List<Named> contactTypeSegments
protected List<Named> waitingQueueSegments
protected List<Named> agentGroupSegments
protected List<Named> periodSegments
protected List<Named> matricesOfAWT
protected List<PMMatrix> performanceMeasureMatrices
protected TimeUnitParam defaultUnit
protected Integer numMatricesOfAWT
Constructor Detail |
---|
public ContactCenterEvalResultsParams()
Method Detail |
---|
public PropertiesParams getEvalInfo()
PropertiesParams
public void setEvalInfo(PropertiesParams value)
value
- allowed object is
PropertiesParams
public boolean isSetEvalInfo()
public ReportParams getReport()
ReportParams
public void setReport(ReportParams value)
value
- allowed object is
ReportParams
public boolean isSetReport()
public List<Named> getInboundTypes()
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 inboundTypes property.
For example, to add a new item, do as follows:
getInboundTypes().add(newItem);
Objects of the following type(s) are allowed in the list
Named
public boolean isSetInboundTypes()
public void unsetInboundTypes()
public List<Named> getOutboundTypes()
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 outboundTypes property.
For example, to add a new item, do as follows:
getOutboundTypes().add(newItem);
Objects of the following type(s) are allowed in the list
Named
public boolean isSetOutboundTypes()
public void unsetOutboundTypes()
public List<Named> getAgentGroups()
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 agentGroups property.
For example, to add a new item, do as follows:
getAgentGroups().add(newItem);
Objects of the following type(s) are allowed in the list
Named
public boolean isSetAgentGroups()
public void unsetAgentGroups()
public List<Named> getWaitingQueues()
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 waitingQueues property.
For example, to add a new item, do as follows:
getWaitingQueues().add(newItem);
Objects of the following type(s) are allowed in the list
Named
public boolean isSetWaitingQueues()
public void unsetWaitingQueues()
public List<Named> getPeriods()
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 periods property.
For example, to add a new item, do as follows:
getPeriods().add(newItem);
Objects of the following type(s) are allowed in the list
Named
public boolean isSetPeriods()
public void unsetPeriods()
public List<Named> getInboundTypeSegments()
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 inboundTypeSegments property.
For example, to add a new item, do as follows:
getInboundTypeSegments().add(newItem);
Objects of the following type(s) are allowed in the list
Named
public boolean isSetInboundTypeSegments()
public void unsetInboundTypeSegments()
public List<Named> getOutboundTypeSegments()
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 outboundTypeSegments property.
For example, to add a new item, do as follows:
getOutboundTypeSegments().add(newItem);
Objects of the following type(s) are allowed in the list
Named
public boolean isSetOutboundTypeSegments()
public void unsetOutboundTypeSegments()
public List<Named> getContactTypeSegments()
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 contactTypeSegments property.
For example, to add a new item, do as follows:
getContactTypeSegments().add(newItem);
Objects of the following type(s) are allowed in the list
Named
public boolean isSetContactTypeSegments()
public void unsetContactTypeSegments()
public List<Named> getWaitingQueueSegments()
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 waitingQueueSegments property.
For example, to add a new item, do as follows:
getWaitingQueueSegments().add(newItem);
Objects of the following type(s) are allowed in the list
Named
public boolean isSetWaitingQueueSegments()
public void unsetWaitingQueueSegments()
public List<Named> getAgentGroupSegments()
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 agentGroupSegments property.
For example, to add a new item, do as follows:
getAgentGroupSegments().add(newItem);
Objects of the following type(s) are allowed in the list
Named
public boolean isSetAgentGroupSegments()
public void unsetAgentGroupSegments()
public List<Named> getPeriodSegments()
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 periodSegments property.
For example, to add a new item, do as follows:
getPeriodSegments().add(newItem);
Objects of the following type(s) are allowed in the list
Named
public boolean isSetPeriodSegments()
public void unsetPeriodSegments()
public List<Named> getMatricesOfAWT()
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 matricesOfAWT property.
For example, to add a new item, do as follows:
getMatricesOfAWT().add(newItem);
Objects of the following type(s) are allowed in the list
Named
public boolean isSetMatricesOfAWT()
public void unsetMatricesOfAWT()
public List<PMMatrix> getPerformanceMeasureMatrices()
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 performanceMeasureMatrices property.
For example, to add a new item, do as follows:
getPerformanceMeasureMatrices().add(newItem);
Objects of the following type(s) are allowed in the list
PMMatrix
public boolean isSetPerformanceMeasureMatrices()
public void unsetPerformanceMeasureMatrices()
public TimeUnitParam getDefaultUnit()
TimeUnitParam
public void setDefaultUnit(TimeUnitParam value)
value
- allowed object is
TimeUnitParam
public boolean isSetDefaultUnit()
public int getNumMatricesOfAWT()
Integer
public void setNumMatricesOfAWT(int value)
value
- allowed object is
Integer
public boolean isSetNumMatricesOfAWT()
public void unsetNumMatricesOfAWT()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |