Class GroupCallCenterEnhancedReportingReportTemplateTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupCallCenterEnhancedReportingReportTemplateTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class GroupCallCenterEnhancedReportingReportTemplateTableRow
extends Object
implements BroadWorksTableRow, Serializable
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given NodegetFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArraygetLevel()getName()inthashCode()voidsetAbandonedCallThresholdParameter(String abandonedCallThresholdParameter) voidsetAbandonedCallThresholdParameterNumber(String abandonedCallThresholdParameterNumber) voidsetCallCompletionThresholdParameter(String callCompletionThresholdParameter) voidsetDescription(String description) voidsetIsAgentRequired(String isAgentRequired) voidsetIsCallCenterDnisRequired(String isCallCenterDnisRequired) voidsetIsCallCenterRequired(String isCallCenterRequired) voidsetIsRealTimeReport(String isRealTimeReport) voidsetIsSamplingPeriodRequired(String isSamplingPeriodRequired) voidvoidvoidsetServiceLevelInclusionsParameter(String serviceLevelInclusionsParameter) voidsetServiceLevelObjectiveThresholdParameter(String serviceLevelObjectiveThresholdParameter) voidsetServiceLevelThresholdParameter(String serviceLevelThresholdParameter) voidsetServiceLevelThresholdParameterNumber(String serviceLevelThresholdParameterNumber) voidsetShortDurationThresholdParameter(String shortDurationThresholdParameter) toString()
-
Constructor Details
-
GroupCallCenterEnhancedReportingReportTemplateTableRow
public GroupCallCenterEnhancedReportingReportTemplateTableRow()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getLevel
-
setLevel
-
getIsAgentRequired
-
setIsAgentRequired
-
getIsCallCenterRequired
-
setIsCallCenterRequired
-
getIsCallCenterDnisRequired
-
setIsCallCenterDnisRequired
-
getIsRealTimeReport
-
setIsRealTimeReport
-
getIsSamplingPeriodRequired
-
setIsSamplingPeriodRequired
-
getCallCompletionThresholdParameter
-
setCallCompletionThresholdParameter
-
getShortDurationThresholdParameter
-
setShortDurationThresholdParameter
-
getServiceLevelThresholdParameter
-
setServiceLevelThresholdParameter
-
getServiceLevelInclusionsParameter
-
setServiceLevelInclusionsParameter
-
getServiceLevelObjectiveThresholdParameter
-
setServiceLevelObjectiveThresholdParameter
public void setServiceLevelObjectiveThresholdParameter(String serviceLevelObjectiveThresholdParameter) -
getAbandonedCallThresholdParameter
-
setAbandonedCallThresholdParameter
-
getServiceLevelThresholdParameterNumber
-
setServiceLevelThresholdParameterNumber
-
getAbandonedCallThresholdParameterNumber
-
setAbandonedCallThresholdParameterNumber
-
getFromNode
public static GroupCallCenterEnhancedReportingReportTemplateTableRow getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Node- Parameters:
n- The Node to parse for the OCI Table
-
getFromNodeArray
public static List<GroupCallCenterEnhancedReportingReportTemplateTableRow> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArray- Parameters:
nodeArray- The NodeArray to parse for the OCI Table
-
equals
-
hashCode
public int hashCode() -
toString
-