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 Boolean
enableQueueDepthThreshold
protected Boolean
enableQueueStatusNotification
protected Boolean
enableWaitingTimeThreshold
protected Integer
numberOfCallsThreshold
protected CallCenter
user
protected Integer
waitingTimeOfCallsThreshold
-
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 boolean
equals(Object o)
CallCenter
getCallCenter()
Boolean
getEnableQueueDepthThreshold()
Boolean
getEnableQueueStatusNotification()
Boolean
getEnableWaitingTimeThreshold()
Integer
getNumberOfCallsThreshold()
Integer
getWaitingTimeOfCallsThreshold()
int
hashCode()
void
setEnableQueueDepthThreshold(Boolean enableQueueDepthThreshold)
void
setEnableQueueStatusNotification(Boolean enableQueueStatusNotification)
void
setEnableWaitingTimeThreshold(Boolean enableWaitingTimeThreshold)
void
setNumberOfCallsThreshold(Integer numberOfCallsThreshold)
void
setUser(CallCenter user)
void
setWaitingTimeOfCallsThreshold(Integer waitingTimeOfCallsThreshold)
String
toString()
void
transform()
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:Response
Transforms the Response from XML Content to a populated POJO
-
-