Package co.ecg.alpaca.toolkit.generated
Class CallCenter.SystemCallCenterGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.CallCenter.SystemCallCenterGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CallCenter
Response to SystemCallCenterGetRequest21. The following elements are only used in AS data mode: callHandlingSamplingPeriodMinutes, value "15" is returned in Amplify data mode callHandlingMinimumSamplingSize, value "5" is returned in Amplify data mode thresholdCrossingNotificationEmailGuardTimerSeconds, value "5" is returned in Amplify mode
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected Integer
protected Integer
protected Boolean
protected String
protected Integer
protected Boolean
protected String
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Integer
protected Boolean
protected Integer
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
setAllowAgentDeviceInitiatedForward
(Boolean allowAgentDeviceInitiatedForward) void
setCallHandlingMinimumSamplingSize
(Integer callHandlingMinimumSamplingSize) void
setCallHandlingSamplingPeriodMinutes
(Integer callHandlingSamplingPeriodMinutes) void
setDefaultEnableGuardTimer
(Boolean defaultEnableGuardTimer) void
setDefaultFromAddress
(String defaultFromAddress) void
setDefaultGuardTimerSeconds
(Integer defaultGuardTimerSeconds) void
setDefaultPlayRingWhenOfferCall
(Boolean defaultPlayRingWhenOfferCall) void
setEmergencyCallCLIDPrefix
(String emergencyCallCLIDPrefix) void
setForceAgentUnavailableOnBouncedCallLimit
(Boolean forceAgentUnavailableOnBouncedCallLimit) void
setForceAgentUnavailableOnDNDActivation
(Boolean forceAgentUnavailableOnDNDActivation) void
setForceAgentUnavailableOnNotReachable
(Boolean forceAgentUnavailableOnNotReachable) void
setForceAgentUnavailableOnPersonalCalls
(Boolean forceAgentUnavailableOnPersonalCalls) void
setNumberConsecutiveBouncedCallsToForceAgentUnavailable
(Integer numberConsecutiveBouncedCallsToForceAgentUnavailable) void
setPlayToneToAgentForEmergencyCall
(Boolean playToneToAgentForEmergencyCall) void
setStatisticsSamplingPeriodMinutes
(CallCenterStatisticsSamplingPeriodMinutes statisticsSamplingPeriodMinutes) void
setThresholdCrossingNotificationEmailGuardTimerSeconds
(Integer thresholdCrossingNotificationEmailGuardTimerSeconds) void
setUniformCallDistributionPolicyScope
(CallCenterUniformCallDistributionPolicyScope uniformCallDistributionPolicyScope) 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
-
defaultFromAddress
-
statisticsSamplingPeriodMinutes
-
defaultEnableGuardTimer
-
defaultGuardTimerSeconds
-
defaultPlayRingWhenOfferCall
-
uniformCallDistributionPolicyScope
-
callHandlingSamplingPeriodMinutes
-
callHandlingMinimumSamplingSize
-
playToneToAgentForEmergencyCall
-
emergencyCallCLIDPrefix
-
thresholdCrossingNotificationEmailGuardTimerSeconds
-
allowAgentDeviceInitiatedForward
-
-
Constructor Details
-
SystemCallCenterGetResponse
public SystemCallCenterGetResponse()
-
-
Method Details
-
setDefaultFromAddress
-
getDefaultFromAddress
-
setStatisticsSamplingPeriodMinutes
public void setStatisticsSamplingPeriodMinutes(CallCenterStatisticsSamplingPeriodMinutes statisticsSamplingPeriodMinutes) -
getStatisticsSamplingPeriodMinutes
-
setDefaultEnableGuardTimer
-
getDefaultEnableGuardTimer
-
setDefaultGuardTimerSeconds
-
getDefaultGuardTimerSeconds
-
setDefaultPlayRingWhenOfferCall
-
getDefaultPlayRingWhenOfferCall
-
setUniformCallDistributionPolicyScope
public void setUniformCallDistributionPolicyScope(CallCenterUniformCallDistributionPolicyScope uniformCallDistributionPolicyScope) -
getUniformCallDistributionPolicyScope
-
setCallHandlingSamplingPeriodMinutes
-
getCallHandlingSamplingPeriodMinutes
-
setCallHandlingMinimumSamplingSize
-
getCallHandlingMinimumSamplingSize
-
setPlayToneToAgentForEmergencyCall
-
getPlayToneToAgentForEmergencyCall
-
setEmergencyCallCLIDPrefix
-
getEmergencyCallCLIDPrefix
-
setThresholdCrossingNotificationEmailGuardTimerSeconds
public void setThresholdCrossingNotificationEmailGuardTimerSeconds(Integer thresholdCrossingNotificationEmailGuardTimerSeconds) -
getThresholdCrossingNotificationEmailGuardTimerSeconds
-
setAllowAgentDeviceInitiatedForward
-
getAllowAgentDeviceInitiatedForward
-
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
-