Package io.fabric8.kubernetes.api.model
Class ServerAddressByClientCIDRFluentImpl<A extends ServerAddressByClientCIDRFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ServerAddressByClientCIDRFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,ServerAddressByClientCIDRFluent<A>
- Direct Known Subclasses:
APIGroupFluentImpl.ServerAddressByClientCIDRsNestedImpl
,DoneableServerAddressByClientCIDR
,ServerAddressByClientCIDRBuilder
,WatchEventFluentImpl.ServerAddressByClientCIDRObjectNestedImpl
public class ServerAddressByClientCIDRFluentImpl<A extends ServerAddressByClientCIDRFluent<A>> extends BaseFluent<A> implements ServerAddressByClientCIDRFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ServerAddressByClientCIDRFluentImpl()
ServerAddressByClientCIDRFluentImpl(ServerAddressByClientCIDR instance)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
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)
-
Constructor Details
-
ServerAddressByClientCIDRFluentImpl
public ServerAddressByClientCIDRFluentImpl() -
ServerAddressByClientCIDRFluentImpl
-
-
Method Details
-
getClientCIDR
- Specified by:
getClientCIDR
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
withClientCIDR
- Specified by:
withClientCIDR
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
hasClientCIDR
- Specified by:
hasClientCIDR
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
withNewClientCIDR
- Specified by:
withNewClientCIDR
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
withNewClientCIDR
- Specified by:
withNewClientCIDR
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
withNewClientCIDR
- Specified by:
withNewClientCIDR
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
getServerAddress
- Specified by:
getServerAddress
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
withServerAddress
- Specified by:
withServerAddress
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
hasServerAddress
- Specified by:
hasServerAddress
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
withNewServerAddress
- Specified by:
withNewServerAddress
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
withNewServerAddress
- Specified by:
withNewServerAddress
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
withNewServerAddress
- Specified by:
withNewServerAddress
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
equals
-