Package co.ecg.alpaca.toolkit.generated
Class CallCenter.GroupCallCenterEnhancedReportingScheduledReportGetResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.CallCenter.GroupCallCenterEnhancedReportingScheduledReportGetResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CallCenter
public static class CallCenter.GroupCallCenterEnhancedReportingScheduledReportGetResponse extends Response
Response to GroupCallCenterEnhancedReportingScheduledReportGetRequest.- 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 GroupCallCenterEnhancedReportingScheduledReportGetResponse()
-
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 CallCenterScheduledReportAgentSelectionAdminRead agent
-
callCenter
protected CallCenterScheduledReportCallCenterSelectionRead callCenter
-
dnis
protected CallCenterScheduledReportDNISSelectionRead 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
-
group
protected transient Group group
-
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(CallCenterScheduledReportAgentSelectionAdminRead agent)
-
getAgent
public CallCenterScheduledReportAgentSelectionAdminRead getAgent()
-
setCallCenter
public void setCallCenter(CallCenterScheduledReportCallCenterSelectionRead callCenter)
-
getCallCenter
public CallCenterScheduledReportCallCenterSelectionRead getCallCenter()
-
setDnis
public void setDnis(CallCenterScheduledReportDNISSelectionRead dnis)
-
getDnis
public CallCenterScheduledReportDNISSelectionRead 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()
-
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:Response
Transforms the Response from XML Content to a populated POJO
-
-