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:
  • Field Details

    • 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
  • Constructor Details

    • GroupCallCenterQueueStatusNotificationGetResponse

      public GroupCallCenterQueueStatusNotificationGetResponse()
  • Method Details

    • 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
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object