All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToProxyArguments(Map<String,ArrayList<String>> map) |
A |
addToProxyArguments(String key,
ArrayList<String> value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getBindAddress() |
String |
getIptablesSyncPeriod() |
Map<String,ArrayList<String>> |
getProxyArguments() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasBindAddress() |
Boolean |
hasIptablesSyncPeriod() |
Boolean |
hasProxyArguments() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromProxyArguments(Map<String,ArrayList<String>> map) |
A |
removeFromProxyArguments(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withBindAddress(String bindAddress) |
A |
withIptablesSyncPeriod(String iptablesSyncPeriod) |
<K,V> A |
withProxyArguments(Map<String,ArrayList<String>> proxyArguments) |