public class ServerAddressByClientCIDRFluentImpl<A extends ServerAddressByClientCIDRFluent<A>> extends BaseFluent<A> implements ServerAddressByClientCIDRFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
ServerAddressByClientCIDRFluentImpl() |
ServerAddressByClientCIDRFluentImpl(ServerAddressByClientCIDR instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClientCIDR() |
String |
getServerAddress() |
Boolean |
hasClientCIDR() |
int |
hashCode() |
Boolean |
hasServerAddress() |
A |
withClientCIDR(String clientCIDR) |
A |
withNewClientCIDR(String arg0)
Deprecated.
|
A |
withNewServerAddress(String arg0)
Deprecated.
|
A |
withServerAddress(String serverAddress) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic ServerAddressByClientCIDRFluentImpl()
public ServerAddressByClientCIDRFluentImpl(ServerAddressByClientCIDR instance)
public String getClientCIDR()
getClientCIDR in interface ServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>public A withClientCIDR(String clientCIDR)
withClientCIDR in interface ServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>public Boolean hasClientCIDR()
hasClientCIDR in interface ServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>@Deprecated public A withNewClientCIDR(String arg0)
withNewClientCIDR in interface ServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>public String getServerAddress()
getServerAddress in interface ServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>public A withServerAddress(String serverAddress)
withServerAddress in interface ServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>public Boolean hasServerAddress()
hasServerAddress in interface ServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>@Deprecated public A withNewServerAddress(String arg0)
withNewServerAddress in interface ServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.