Class 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 Detail

      • enableQueueStatusNotification

        protected Boolean enableQueueStatusNotification
      • enableQueueDepthThreshold

        protected Boolean enableQueueDepthThreshold
      • enableWaitingTimeThreshold

        protected Boolean enableWaitingTimeThreshold
      • numberOfCallsThreshold

        protected Integer numberOfCallsThreshold
      • waitingTimeOfCallsThreshold

        protected Integer waitingTimeOfCallsThreshold
    • Constructor Detail

      • GroupCallCenterQueueStatusNotificationGetResponse

        public GroupCallCenterQueueStatusNotificationGetResponse()
    • 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
        Specified by:
        transform in class Response
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object