Package co.ecg.alpaca.toolkit.generated
Class CallCenter.UserCallCenterEnhancedReportingScheduledReportGetResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.CallCenter.UserCallCenterEnhancedReportingScheduledReportGetResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CallCenter
public static class CallCenter.UserCallCenterEnhancedReportingScheduledReportGetResponse extends Response
Response to UserCallCenterEnhancedReportingScheduledReportGetRequest.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
-
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 UserCallCenterEnhancedReportingScheduledReportGetResponse()
-
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
-
reportTemplate
protected CallCenterReportTemplateKey reportTemplate
-
schedule
protected CallCenterReportSchedule schedule
-
samplingPeriod
protected CallCenterReportSamplingPeriod samplingPeriod
-
startDayOfWeek
protected DayOfWeek startDayOfWeek
-
reportTimeZone
protected String reportTimeZone
-
reportDateFormat
protected CallCenterReportDateFormat reportDateFormat
-
reportTimeFormat
protected CallCenterReportTimeFormat reportTimeFormat
-
reportInterval
protected CallCenterReportInterval reportInterval
-
reportFormat
protected CallCenterReportFileFormat reportFormat
-
agent
protected CallCenterScheduledReportAgentSelectionRead agent
-
callCenter
protected CallCenterScheduledReportCallCenterSelection callCenter
-
dnis
protected CallCenterScheduledReportDNISSelection dnis
-
callCompletionThresholdSeconds
protected Integer callCompletionThresholdSeconds
-
shortDurationThresholdSeconds
protected Integer shortDurationThresholdSeconds
-
serviceLevelThresholdSeconds
protected Integer[] serviceLevelThresholdSeconds
-
serviceLevelInclusions
protected CallCenterScheduledReportServiceLevelInclusions serviceLevelInclusions
-
serviceLevelObjectivePercentage
protected Integer serviceLevelObjectivePercentage
-
abandonedCallThresholdSeconds
protected Integer[] abandonedCallThresholdSeconds
-
emailAddress
protected String[] emailAddress
-
supervisorUserId
protected String supervisorUserId
-
name
protected String name
-
-
Method Detail
-
setDescription
public void setDescription(String description)
-
getDescription
public String getDescription()
-
setReportTemplate
public void setReportTemplate(CallCenterReportTemplateKey reportTemplate)
-
getReportTemplate
public CallCenterReportTemplateKey getReportTemplate()
-
setSchedule
public void setSchedule(CallCenterReportSchedule schedule)
-
getSchedule
public CallCenterReportSchedule getSchedule()
-
setSamplingPeriod
public void setSamplingPeriod(CallCenterReportSamplingPeriod samplingPeriod)
-
getSamplingPeriod
public CallCenterReportSamplingPeriod getSamplingPeriod()
-
setStartDayOfWeek
public void setStartDayOfWeek(DayOfWeek startDayOfWeek)
-
getStartDayOfWeek
public DayOfWeek getStartDayOfWeek()
-
setReportTimeZone
public void setReportTimeZone(String reportTimeZone)
-
getReportTimeZone
public String getReportTimeZone()
-
setReportDateFormat
public void setReportDateFormat(CallCenterReportDateFormat reportDateFormat)
-
getReportDateFormat
public CallCenterReportDateFormat getReportDateFormat()
-
setReportTimeFormat
public void setReportTimeFormat(CallCenterReportTimeFormat reportTimeFormat)
-
getReportTimeFormat
public CallCenterReportTimeFormat getReportTimeFormat()
-
setReportInterval
public void setReportInterval(CallCenterReportInterval reportInterval)
-
getReportInterval
public CallCenterReportInterval getReportInterval()
-
setReportFormat
public void setReportFormat(CallCenterReportFileFormat reportFormat)
-
getReportFormat
public CallCenterReportFileFormat getReportFormat()
-
setAgent
public void setAgent(CallCenterScheduledReportAgentSelectionRead agent)
-
getAgent
public CallCenterScheduledReportAgentSelectionRead getAgent()
-
setCallCenter
public void setCallCenter(CallCenterScheduledReportCallCenterSelection callCenter)
-
getCallCenter
public CallCenterScheduledReportCallCenterSelection getCallCenter()
-
setDnis
public void setDnis(CallCenterScheduledReportDNISSelection dnis)
-
getDnis
public CallCenterScheduledReportDNISSelection getDnis()
-
setCallCompletionThresholdSeconds
public void setCallCompletionThresholdSeconds(Integer callCompletionThresholdSeconds)
-
getCallCompletionThresholdSeconds
public Integer getCallCompletionThresholdSeconds()
-
setShortDurationThresholdSeconds
public void setShortDurationThresholdSeconds(Integer shortDurationThresholdSeconds)
-
getShortDurationThresholdSeconds
public Integer getShortDurationThresholdSeconds()
-
setServiceLevelThresholdSeconds
public void setServiceLevelThresholdSeconds(Integer... serviceLevelThresholdSeconds)
-
getServiceLevelThresholdSeconds
public Integer[] getServiceLevelThresholdSeconds()
-
setServiceLevelInclusions
public void setServiceLevelInclusions(CallCenterScheduledReportServiceLevelInclusions serviceLevelInclusions)
-
getServiceLevelInclusions
public CallCenterScheduledReportServiceLevelInclusions getServiceLevelInclusions()
-
setServiceLevelObjectivePercentage
public void setServiceLevelObjectivePercentage(Integer serviceLevelObjectivePercentage)
-
getServiceLevelObjectivePercentage
public Integer getServiceLevelObjectivePercentage()
-
setAbandonedCallThresholdSeconds
public void setAbandonedCallThresholdSeconds(Integer... abandonedCallThresholdSeconds)
-
getAbandonedCallThresholdSeconds
public Integer[] getAbandonedCallThresholdSeconds()
-
setEmailAddress
public void setEmailAddress(String... emailAddress)
-
getEmailAddress
public String[] getEmailAddress()
-
setSupervisorUserId
public void setSupervisorUserId(String supervisorUserId)
-
getSupervisorUserId
public String getSupervisorUserId()
-
setName
public void setName(String name)
-
getName
public String getName()
-
transform
public void transform()
Description copied from class:Response
Transforms the Response from XML Content to a populated POJO
-
-