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 Booleanprotected Integerprotected Integerprotected Booleanprotected Stringprotected Integerprotected Booleanprotected Stringprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Integerprotected Booleanprotected IntegerFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryTextFields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetAllowAgentDeviceInitiatedForward(Boolean allowAgentDeviceInitiatedForward) voidsetCallHandlingMinimumSamplingSize(Integer callHandlingMinimumSamplingSize) voidsetCallHandlingSamplingPeriodMinutes(Integer callHandlingSamplingPeriodMinutes) voidsetDefaultEnableGuardTimer(Boolean defaultEnableGuardTimer) voidsetDefaultFromAddress(String defaultFromAddress) voidsetDefaultGuardTimerSeconds(Integer defaultGuardTimerSeconds) voidsetDefaultPlayRingWhenOfferCall(Boolean defaultPlayRingWhenOfferCall) voidsetEmergencyCallCLIDPrefix(String emergencyCallCLIDPrefix) voidsetForceAgentUnavailableOnBouncedCallLimit(Boolean forceAgentUnavailableOnBouncedCallLimit) voidsetForceAgentUnavailableOnDNDActivation(Boolean forceAgentUnavailableOnDNDActivation) voidsetForceAgentUnavailableOnNotReachable(Boolean forceAgentUnavailableOnNotReachable) voidsetForceAgentUnavailableOnPersonalCalls(Boolean forceAgentUnavailableOnPersonalCalls) voidsetNumberConsecutiveBouncedCallsToForceAgentUnavailable(Integer numberConsecutiveBouncedCallsToForceAgentUnavailable) voidsetPlayToneToAgentForEmergencyCall(Boolean playToneToAgentForEmergencyCall) voidsetStatisticsSamplingPeriodMinutes(CallCenterStatisticsSamplingPeriodMinutes statisticsSamplingPeriodMinutes) voidsetThresholdCrossingNotificationEmailGuardTimerSeconds(Integer thresholdCrossingNotificationEmailGuardTimerSeconds) voidsetUniformCallDistributionPolicyScope(CallCenterUniformCallDistributionPolicyScope uniformCallDistributionPolicyScope) toString()voidTransforms 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, setRequestMethods 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:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-