Class QueueListItem

java.lang.Object
com.uc4.api.systemoverview.QueueListItem

public class QueueListItem extends Object
This class represents a single row in the queue list of the system overview.
  • Constructor Details

    • QueueListItem

      public QueueListItem(Element row)
      Creates a new QueueListItem from an Element.
      Parameters:
      row - Element
  • Method Details

    • isConsiderERT

      public boolean isConsiderERT()
      Returns true if the consider ERT option is enabled.
      Returns:
      true if consider ERT is enabled, false if disabled.
    • getMaxSlots

      public int getMaxSlots()
      Returns:
      Maximum number of slots or -1 if no limit is set.
    • getId

      public String getId()
      Returns:
      ID of the Queue
    • getName

      public String getName()
      Returns:
      Client and Name of the Queue
    • getPriority

      public int getPriority()
      Returns:
      Priority of the Queue
    • getStatus

      public QueueStatus getStatus()
      Returns:
      Status of the Queue (Green, Yellow or Red)
    • getUsedCount

      public int getUsedCount()
      Returns:
      Number of used slots.
    • getHoldCount

      public int getHoldCount()
      Returns:
      Hold Count
    • getWaitingCount

      public int getWaitingCount()
      Returns:
      Waiting Count
    • toString

      public String toString()
      Overrides:
      toString in class Object