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 CallCenterReportInputParameterOption
protected Integer
protected CallCenterReportInputParameterOption
protected Boolean
protected CallCenterReportTemplateKey
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected CallCenterReportInputParameterOption
protected CallCenterReportInputParameterOption
protected CallCenterReportInputParameterOption
protected Integer
protected CallCenterReportInputParameterOption
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 -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setAbandonedCallThresholdParam
(CallCenterReportInputParameterOption abandonedCallThresholdParam) void
setAbandonedCallThresholdParamNumber
(Integer abandonedCallThresholdParamNumber) void
setCallCompletionThresholdParam
(CallCenterReportInputParameterOption callCompletionThresholdParam) void
setIsRealtimeReport
(Boolean isRealtimeReport) void
setReportTemplate
(CallCenterReportTemplateKey reportTemplate) void
setRequireAgentParam
(Boolean requireAgentParam) void
setRequireCallCenterDnisParam
(Boolean requireCallCenterDnisParam) void
setRequireCallCenterParam
(Boolean requireCallCenterParam) void
setRequireSamplingPeriodParam
(Boolean requireSamplingPeriodParam) void
setServiceLevelInclusionsParam
(CallCenterReportInputParameterOption serviceLevelInclusionsParam) void
setServiceLevelObjectiveThresholdParam
(CallCenterReportInputParameterOption serviceLevelObjectiveThresholdParam) void
setServiceLevelThresholdParam
(CallCenterReportInputParameterOption serviceLevelThresholdParam) void
setServiceLevelThresholdParamNumber
(Integer serviceLevelThresholdParamNumber) void
setShortDurationThresholdParam
(CallCenterReportInputParameterOption shortDurationThresholdParam) toString()
void
Transforms 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, 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 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:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-