Package co.ecg.alpaca.toolkit.generated
Class CallCenter.GroupCallCenterEnhancedReportingReportTemplateGetResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.CallCenter.GroupCallCenterEnhancedReportingReportTemplateGetResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CallCenter
public static class CallCenter.GroupCallCenterEnhancedReportingReportTemplateGetResponse extends Response
Response to GroupCallCenterEnhancedReportingReportTemplateGetRequest.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CallCenterReportInputParameterOptionabandonedCallThresholdParamprotected IntegerabandonedCallThresholdParamNumberprotected CallCenterReportInputParameterOptioncallCompletionThresholdParamprotected StringdataTemplateprotected Stringdescriptionprotected IntegerfilterNumberprotected String[]filterValueprotected Groupgroupprotected BooleanisEnabledprotected BooleanisRealtimeReportprotected Stringnameprotected CallCenterReportTemplateAccessOptionscopeprotected CallCenterReportInputParameterOptionserviceLevelInclusionsParamprotected CallCenterReportInputParameterOptionserviceLevelObjectiveThresholdParamprotected CallCenterReportInputParameterOptionserviceLevelThresholdParamprotected IntegerserviceLevelThresholdParamNumberprotected CallCenterReportInputParameterOptionshortDurationThresholdParamprotected StringxsltTemplateDescription-
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 GroupCallCenterEnhancedReportingReportTemplateGetResponse()
-
Method Summary
-
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
-
description
protected String description
-
dataTemplate
protected String dataTemplate
-
filterNumber
protected Integer filterNumber
-
xsltTemplateDescription
protected String xsltTemplateDescription
-
scope
protected CallCenterReportTemplateAccessOption scope
-
isEnabled
protected Boolean isEnabled
-
isRealtimeReport
protected Boolean isRealtimeReport
-
callCompletionThresholdParam
protected CallCenterReportInputParameterOption callCompletionThresholdParam
-
shortDurationThresholdParam
protected CallCenterReportInputParameterOption shortDurationThresholdParam
-
serviceLevelThresholdParam
protected CallCenterReportInputParameterOption serviceLevelThresholdParam
-
serviceLevelInclusionsParam
protected CallCenterReportInputParameterOption serviceLevelInclusionsParam
-
serviceLevelObjectiveThresholdParam
protected CallCenterReportInputParameterOption serviceLevelObjectiveThresholdParam
-
abandonedCallThresholdParam
protected CallCenterReportInputParameterOption abandonedCallThresholdParam
-
serviceLevelThresholdParamNumber
protected Integer serviceLevelThresholdParamNumber
-
abandonedCallThresholdParamNumber
protected Integer abandonedCallThresholdParamNumber
-
filterValue
protected String[] filterValue
-
group
protected transient Group group
-
name
protected String name
-
-
Method Detail
-
setDescription
public void setDescription(String description)
-
getDescription
public String getDescription()
-
setDataTemplate
public void setDataTemplate(String dataTemplate)
-
getDataTemplate
public String getDataTemplate()
-
setFilterNumber
public void setFilterNumber(Integer filterNumber)
-
getFilterNumber
public Integer getFilterNumber()
-
setXsltTemplateDescription
public void setXsltTemplateDescription(String xsltTemplateDescription)
-
getXsltTemplateDescription
public String getXsltTemplateDescription()
-
setScope
public void setScope(CallCenterReportTemplateAccessOption scope)
-
getScope
public CallCenterReportTemplateAccessOption getScope()
-
setIsEnabled
public void setIsEnabled(Boolean isEnabled)
-
getIsEnabled
public Boolean getIsEnabled()
-
setIsRealtimeReport
public void setIsRealtimeReport(Boolean isRealtimeReport)
-
getIsRealtimeReport
public Boolean getIsRealtimeReport()
-
setCallCompletionThresholdParam
public void setCallCompletionThresholdParam(CallCenterReportInputParameterOption callCompletionThresholdParam)
-
getCallCompletionThresholdParam
public CallCenterReportInputParameterOption getCallCompletionThresholdParam()
-
setShortDurationThresholdParam
public void setShortDurationThresholdParam(CallCenterReportInputParameterOption shortDurationThresholdParam)
-
getShortDurationThresholdParam
public CallCenterReportInputParameterOption getShortDurationThresholdParam()
-
setServiceLevelThresholdParam
public void setServiceLevelThresholdParam(CallCenterReportInputParameterOption serviceLevelThresholdParam)
-
getServiceLevelThresholdParam
public CallCenterReportInputParameterOption getServiceLevelThresholdParam()
-
setServiceLevelInclusionsParam
public void setServiceLevelInclusionsParam(CallCenterReportInputParameterOption serviceLevelInclusionsParam)
-
getServiceLevelInclusionsParam
public CallCenterReportInputParameterOption getServiceLevelInclusionsParam()
-
setServiceLevelObjectiveThresholdParam
public void setServiceLevelObjectiveThresholdParam(CallCenterReportInputParameterOption serviceLevelObjectiveThresholdParam)
-
getServiceLevelObjectiveThresholdParam
public CallCenterReportInputParameterOption getServiceLevelObjectiveThresholdParam()
-
setAbandonedCallThresholdParam
public void setAbandonedCallThresholdParam(CallCenterReportInputParameterOption abandonedCallThresholdParam)
-
getAbandonedCallThresholdParam
public CallCenterReportInputParameterOption getAbandonedCallThresholdParam()
-
setServiceLevelThresholdParamNumber
public void setServiceLevelThresholdParamNumber(Integer serviceLevelThresholdParamNumber)
-
getServiceLevelThresholdParamNumber
public Integer getServiceLevelThresholdParamNumber()
-
setAbandonedCallThresholdParamNumber
public void setAbandonedCallThresholdParamNumber(Integer abandonedCallThresholdParamNumber)
-
getAbandonedCallThresholdParamNumber
public Integer getAbandonedCallThresholdParamNumber()
-
setFilterValue
public void setFilterValue(String... filterValue)
-
getFilterValue
public String[] getFilterValue()
-
setGroup
public void setGroup(Group group)
-
getGroup
public Group getGroup()
-
setName
public void setName(String name)
-
getName
public String getName()
-
transform
public void transform()
Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO
-
-