public class RMQueueAclInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
allowed |
protected String |
diagnostics |
protected String |
user |
Constructor and Description |
---|
RMQueueAclInfo() |
RMQueueAclInfo(boolean allowed,
String user,
String diagnostics) |
Modifier and Type | Method and Description |
---|---|
String |
getDiagnostics() |
String |
getUser() |
boolean |
isAllowed() |
void |
setAllowed(boolean allowed) |
void |
setDiagnostics(String diagnostics) |
void |
setUser(String user) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.