Package co.ecg.alpaca.toolkit.generated
Class CallCenter.UserCallCenterEnhancedReportingReportTemplateParamInfoGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.CallCenter.UserCallCenterEnhancedReportingReportTemplateParamInfoGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
CallCenter
public static class CallCenter.UserCallCenterEnhancedReportingReportTemplateParamInfoGetResponse
extends Response
Response to UserCallCenterEnhancedReportingReportTemplateParamInfoGetRequest.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CallCenterReportInputParameterOptionprotected Integerprotected CallCenterReportInputParameterOptionprotected Booleanprotected CallCenterReportTemplateKeyprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected CallCenterReportInputParameterOptionprotected CallCenterReportInputParameterOptionprotected CallCenterReportInputParameterOptionprotected Integerprotected CallCenterReportInputParameterOptionFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryTextFields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetAbandonedCallThresholdParam(CallCenterReportInputParameterOption abandonedCallThresholdParam) voidsetAbandonedCallThresholdParamNumber(Integer abandonedCallThresholdParamNumber) voidsetCallCompletionThresholdParam(CallCenterReportInputParameterOption callCompletionThresholdParam) voidsetIsRealtimeReport(Boolean isRealtimeReport) voidsetReportTemplate(CallCenterReportTemplateKey reportTemplate) voidsetRequireAgentParam(Boolean requireAgentParam) voidsetRequireCallCenterDnisParam(Boolean requireCallCenterDnisParam) voidsetRequireCallCenterParam(Boolean requireCallCenterParam) voidsetRequireSamplingPeriodParam(Boolean requireSamplingPeriodParam) voidsetServiceLevelInclusionsParam(CallCenterReportInputParameterOption serviceLevelInclusionsParam) voidsetServiceLevelObjectiveThresholdParam(CallCenterReportInputParameterOption serviceLevelObjectiveThresholdParam) voidsetServiceLevelThresholdParam(CallCenterReportInputParameterOption serviceLevelThresholdParam) voidsetServiceLevelThresholdParamNumber(Integer serviceLevelThresholdParamNumber) voidsetShortDurationThresholdParam(CallCenterReportInputParameterOption shortDurationThresholdParam) toString()voidTransforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequestMethods 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 Details
-
isRealtimeReport
-
requireAgentParam
-
requireCallCenterParam
-
requireCallCenterDnisParam
-
requireSamplingPeriodParam
-
callCompletionThresholdParam
-
shortDurationThresholdParam
-
serviceLevelThresholdParam
-
serviceLevelInclusionsParam
-
serviceLevelObjectiveThresholdParam
-
abandonedCallThresholdParam
-
serviceLevelThresholdParamNumber
-
abandonedCallThresholdParamNumber
-
reportTemplate
-
-
Constructor Details
-
UserCallCenterEnhancedReportingReportTemplateParamInfoGetResponse
public UserCallCenterEnhancedReportingReportTemplateParamInfoGetResponse()
-
-
Method Details
-
setIsRealtimeReport
-
getIsRealtimeReport
-
setRequireAgentParam
-
getRequireAgentParam
-
setRequireCallCenterParam
-
getRequireCallCenterParam
-
setRequireCallCenterDnisParam
-
getRequireCallCenterDnisParam
-
setRequireSamplingPeriodParam
-
getRequireSamplingPeriodParam
-
setCallCompletionThresholdParam
public void setCallCompletionThresholdParam(CallCenterReportInputParameterOption callCompletionThresholdParam) -
getCallCompletionThresholdParam
-
setShortDurationThresholdParam
public void setShortDurationThresholdParam(CallCenterReportInputParameterOption shortDurationThresholdParam) -
getShortDurationThresholdParam
-
setServiceLevelThresholdParam
public void setServiceLevelThresholdParam(CallCenterReportInputParameterOption serviceLevelThresholdParam) -
getServiceLevelThresholdParam
-
setServiceLevelInclusionsParam
public void setServiceLevelInclusionsParam(CallCenterReportInputParameterOption serviceLevelInclusionsParam) -
getServiceLevelInclusionsParam
-
setServiceLevelObjectiveThresholdParam
public void setServiceLevelObjectiveThresholdParam(CallCenterReportInputParameterOption serviceLevelObjectiveThresholdParam) -
getServiceLevelObjectiveThresholdParam
-
setAbandonedCallThresholdParam
public void setAbandonedCallThresholdParam(CallCenterReportInputParameterOption abandonedCallThresholdParam) -
getAbandonedCallThresholdParam
-
setServiceLevelThresholdParamNumber
-
getServiceLevelThresholdParamNumber
-
setAbandonedCallThresholdParamNumber
-
getAbandonedCallThresholdParamNumber
-
setReportTemplate
-
getReportTemplate
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-