public interface V1ServerAddressByClientCIDRFluent<A extends V1ServerAddressByClientCIDRFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getClientCIDR() |
String |
getServerAddress() |
Boolean |
hasClientCIDR() |
Boolean |
hasServerAddress() |
A |
withClientCIDR(String clientCIDR) |
A |
withNewClientCIDR(String arg1) |
A |
withNewClientCIDR(StringBuffer arg1) |
A |
withNewClientCIDR(StringBuilder arg1) |
A |
withNewServerAddress(String arg1) |
A |
withNewServerAddress(StringBuffer arg1) |
A |
withNewServerAddress(StringBuilder arg1) |
A |
withServerAddress(String serverAddress) |
String getClientCIDR()
Boolean hasClientCIDR()
A withNewClientCIDR(StringBuilder arg1)
A withNewClientCIDR(StringBuffer arg1)
String getServerAddress()
Boolean hasServerAddress()
A withNewServerAddress(StringBuilder arg1)
A withNewServerAddress(StringBuffer arg1)
Copyright © 2019. All rights reserved.