Package com.uc4.api.systemoverview
Class QueueListItem
java.lang.Object
com.uc4.api.systemoverview.QueueListItem
This class represents a single row in the queue list of the system overview.
-
Constructor Details
-
QueueListItem
Creates a newQueueListItem
from anElement
.- 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
- Returns:
- ID of the Queue
-
getName
- Returns:
- Client and Name of the Queue
-
getPriority
public int getPriority()- Returns:
- Priority of the Queue
-
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
-