Package co.ecg.alpaca.toolkit.generated
Class CallCenter.GroupCallCenterQueueStatusNotificationGetResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.CallCenter.GroupCallCenterQueueStatusNotificationGetResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CallCenter
public static class CallCenter.GroupCallCenterQueueStatusNotificationGetResponse extends Response
Response to the GroupCallCenterQueueStatusNotificationGetRequest. The response contains the call center status configuration information.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanenableQueueDepthThresholdprotected BooleanenableQueueStatusNotificationprotected BooleanenableWaitingTimeThresholdprotected IntegernumberOfCallsThresholdprotected CallCenteruserprotected IntegerwaitingTimeOfCallsThreshold-
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 GroupCallCenterQueueStatusNotificationGetResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)CallCentergetCallCenter()BooleangetEnableQueueDepthThreshold()BooleangetEnableQueueStatusNotification()BooleangetEnableWaitingTimeThreshold()IntegergetNumberOfCallsThreshold()IntegergetWaitingTimeOfCallsThreshold()inthashCode()voidsetEnableQueueDepthThreshold(Boolean enableQueueDepthThreshold)voidsetEnableQueueStatusNotification(Boolean enableQueueStatusNotification)voidsetEnableWaitingTimeThreshold(Boolean enableWaitingTimeThreshold)voidsetNumberOfCallsThreshold(Integer numberOfCallsThreshold)voidsetUser(CallCenter user)voidsetWaitingTimeOfCallsThreshold(Integer waitingTimeOfCallsThreshold)StringtoString()voidtransform()Transforms the Response from XML Content to a populated POJO-
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
-
enableQueueStatusNotification
protected Boolean enableQueueStatusNotification
-
enableQueueDepthThreshold
protected Boolean enableQueueDepthThreshold
-
enableWaitingTimeThreshold
protected Boolean enableWaitingTimeThreshold
-
numberOfCallsThreshold
protected Integer numberOfCallsThreshold
-
waitingTimeOfCallsThreshold
protected Integer waitingTimeOfCallsThreshold
-
user
protected transient CallCenter user
-
-
Method Detail
-
setEnableQueueStatusNotification
public void setEnableQueueStatusNotification(Boolean enableQueueStatusNotification)
-
getEnableQueueStatusNotification
public Boolean getEnableQueueStatusNotification()
-
setEnableQueueDepthThreshold
public void setEnableQueueDepthThreshold(Boolean enableQueueDepthThreshold)
-
getEnableQueueDepthThreshold
public Boolean getEnableQueueDepthThreshold()
-
setEnableWaitingTimeThreshold
public void setEnableWaitingTimeThreshold(Boolean enableWaitingTimeThreshold)
-
getEnableWaitingTimeThreshold
public Boolean getEnableWaitingTimeThreshold()
-
setNumberOfCallsThreshold
public void setNumberOfCallsThreshold(Integer numberOfCallsThreshold)
-
getNumberOfCallsThreshold
public Integer getNumberOfCallsThreshold()
-
setWaitingTimeOfCallsThreshold
public void setWaitingTimeOfCallsThreshold(Integer waitingTimeOfCallsThreshold)
-
getWaitingTimeOfCallsThreshold
public Integer getWaitingTimeOfCallsThreshold()
-
setUser
public void setUser(CallCenter user)
-
getCallCenter
public CallCenter getCallCenter()
-
transform
public void transform()
Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO
-
-