public class IP extends Object implements Serializable
| Constructor and Description |
|---|
IP() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getBlacklist() |
List<String> |
getWhitelist() |
void |
setBlacklist(List<String> blacklist) |
void |
setWhitelist(List<String> whitelist) |
String |
toString() |
IP |
withBlacklist(List<String> blacklist) |
IP |
withWhitelist(List<String> whitelist) |
Copyright © 2020. All rights reserved.