public class QueueChangePriorityCallerAction extends AbstractManagerAction
Constructor and Description |
---|
QueueChangePriorityCallerAction()
Creates a new empty QueueChangePriorityCallerAction.
|
QueueChangePriorityCallerAction(String queue,
String caller,
Integer priority)
Creates a new QueueChangePriorityCAllerAction with all required parameters.
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns the name of this action, i.e.
|
String |
getCaller()
Returns the caller to change priority.
|
Integer |
getPriority()
Returns priority to set to given caller.
|
String |
getQueue()
Returns the queue that caller is inside.
|
void |
setCaller(String caller)
Sets the caller to change priority.
|
void |
setPriority(Integer priority)
Sets priority to given caller.
|
void |
setQueue(String queue)
Sets the queue filter.
|
getActionId, setActionId, toString
public QueueChangePriorityCallerAction()
public String getAction()
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public String getQueue()
public void setQueue(String queue)
queue
- queue namepublic String getCaller()
public void setCaller(String caller)
caller
- caller namepublic Integer getPriority()
public void setPriority(Integer priority)
priority
- priority valueCopyright © 2004–2022. All rights reserved.