Package co.ecg.alpaca.toolkit.generated
Class CallCenter.GroupCallCenterEnhancedReportingGetAvailableReportTemplateListResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.CallCenter.GroupCallCenterEnhancedReportingGetAvailableReportTemplateListResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CallCenter
public static class CallCenter.GroupCallCenterEnhancedReportingGetAvailableReportTemplateListResponse extends Response
Response to GroupCallCenterEnhancedReportingGetAvailableReportTemplateListRequest. Contains a table with column headings: "Name", "Description" and "Level", "Is Agent Required", "Is Call Center Required", "Is Call Center Dnis Required","Is Real Time Report", "Is Sampling Period Required", "Call Completion Threshold Parameter", "Short Duration Threshold Parameter", "Service Level Threshold Parameter", "Service Level Inclusions Parameter", "Service Level Objective Threshold Parameter", "Abandoned Call Threshold Parameter", "Service Level Threshold Parameter Number", and "Abandoned Call Threshold Parameter Number". The possible values for "Level" are "System" and "Group". The possible values for "Is Agent Required", "Is Call Center Required", "Is Call Center Dnis Required", "Is Real Time Report" and "Is Sampling Period Required" are "true" and "false". The possible values for "Call Completion Threshold Parameter", "Short Duration Threshold Parameter", "Service Level Threshold Parameter", "Service Level Inclusions Parameter","Service Level Objective Threshold Parameter" and "Abandoned Call Threshold Parameter" are "Required", "Hidden" and "Does Not Apply".- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Groupgroupprotected List<GroupCallCenterEnhancedReportingReportTemplateTableRow>reportTemplateTable-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
-
Constructor Summary
Constructors Constructor Description GroupCallCenterEnhancedReportingGetAvailableReportTemplateListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)GroupgetGroup()List<GroupCallCenterEnhancedReportingReportTemplateTableRow>getReportTemplateTable()inthashCode()voidsetGroup(Group group)voidsetReportTemplateTable(List<GroupCallCenterEnhancedReportingReportTemplateTableRow> reportTemplateTable)StringtoString()voidtransform()Transforms the Response from XML Content to a populated POJO-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequest
-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
-
-
-
Field Detail
-
reportTemplateTable
protected List<GroupCallCenterEnhancedReportingReportTemplateTableRow> reportTemplateTable
-
group
protected transient Group group
-
-
Method Detail
-
setReportTemplateTable
public void setReportTemplateTable(List<GroupCallCenterEnhancedReportingReportTemplateTableRow> reportTemplateTable)
-
getReportTemplateTable
public List<GroupCallCenterEnhancedReportingReportTemplateTableRow> getReportTemplateTable()
-
setGroup
public void setGroup(Group group)
-
getGroup
public Group getGroup()
-
transform
public void transform()
Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO
-
-