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 Details

  • Constructor Details

    • UserCallCenterEnhancedReportingReportTemplateParamInfoGetResponse

      public UserCallCenterEnhancedReportingReportTemplateParamInfoGetResponse()
  • Method Details

    • setIsRealtimeReport

      public void setIsRealtimeReport(Boolean isRealtimeReport)
    • getIsRealtimeReport

      public Boolean getIsRealtimeReport()
    • setRequireAgentParam

      public void setRequireAgentParam(Boolean requireAgentParam)
    • getRequireAgentParam

      public Boolean getRequireAgentParam()
    • setRequireCallCenterParam

      public void setRequireCallCenterParam(Boolean requireCallCenterParam)
    • getRequireCallCenterParam

      public Boolean getRequireCallCenterParam()
    • setRequireCallCenterDnisParam

      public void setRequireCallCenterDnisParam(Boolean requireCallCenterDnisParam)
    • getRequireCallCenterDnisParam

      public Boolean getRequireCallCenterDnisParam()
    • setRequireSamplingPeriodParam

      public void setRequireSamplingPeriodParam(Boolean requireSamplingPeriodParam)
    • getRequireSamplingPeriodParam

      public Boolean getRequireSamplingPeriodParam()
    • 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()
    • setReportTemplate

      public void setReportTemplate(CallCenterReportTemplateKey reportTemplate)
    • getReportTemplate

      public CallCenterReportTemplateKey getReportTemplate()
    • transform

      public void transform()
      Description copied from class: Response
      Transforms the Response from XML Content to a populated POJO
      Specified by:
      transform in class Response
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object