public class UaAcl extends JsonObject
| Constructor and Description |
|---|
UaAcl() |
| Modifier and Type | Method and Description |
|---|---|
UaAcl |
addBlackList(String entry) |
UaAcl |
addWhiteList(String entry) |
List<String> |
getBlackList() |
List<String> |
getWhiteList() |
void |
setBlackList(List<String> blackList) |
void |
setWhiteList(List<String> whiteList) |
toStringCopyright © 2023. All rights reserved.