| Constructor and Description | 
|---|
| QueueUserACLInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract String | getQueueName()Get the queue name of the queue. | 
| abstract List<QueueACL> | getUserAcls()Get the list of  QueueACLfor the given user. | 
| static QueueUserACLInfo | newInstance(String queueName,
           List<QueueACL> acls) | 
| abstract void | setQueueName(String queueName) | 
| abstract void | setUserAcls(List<QueueACL> acls) | 
@InterfaceAudience.Private @InterfaceStability.Unstable public static QueueUserACLInfo newInstance(String queueName, List<QueueACL> acls)
@InterfaceAudience.Public @InterfaceStability.Stable public abstract String getQueueName()
@InterfaceAudience.Private @InterfaceStability.Unstable public abstract void setQueueName(String queueName)
@InterfaceAudience.Public @InterfaceStability.Stable public abstract List<QueueACL> getUserAcls()
QueueACL for the given user.QueueACL for the given userCopyright © 2008–2023 Apache Software Foundation. All rights reserved.