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