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
,ServerAddressByClientCIDRBuilder
,WatchEventFluentImpl.ServerAddressByClientCIDRObjectNestedImpl
public class ServerAddressByClientCIDRFluentImpl<A extends ServerAddressByClientCIDRFluent<A>> extends BaseFluent<A> implements ServerAddressByClientCIDRFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description ServerAddressByClientCIDRFluentImpl()
ServerAddressByClientCIDRFluentImpl(ServerAddressByClientCIDR instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClientCIDR()
String
getServerAddress()
Boolean
hasClientCIDR()
int
hashCode()
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 Detail
-
ServerAddressByClientCIDRFluentImpl
public ServerAddressByClientCIDRFluentImpl()
-
ServerAddressByClientCIDRFluentImpl
public ServerAddressByClientCIDRFluentImpl(ServerAddressByClientCIDR instance)
-
-
Method Detail
-
getClientCIDR
public String getClientCIDR()
- Specified by:
getClientCIDR
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
withClientCIDR
public A withClientCIDR(String clientCIDR)
- Specified by:
withClientCIDR
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
hasClientCIDR
public Boolean hasClientCIDR()
- Specified by:
hasClientCIDR
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
withNewClientCIDR
public A withNewClientCIDR(String arg1)
- Specified by:
withNewClientCIDR
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
withNewClientCIDR
public A withNewClientCIDR(StringBuilder arg1)
- Specified by:
withNewClientCIDR
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
withNewClientCIDR
public A withNewClientCIDR(StringBuffer arg1)
- Specified by:
withNewClientCIDR
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
getServerAddress
public String getServerAddress()
- Specified by:
getServerAddress
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
withServerAddress
public A withServerAddress(String serverAddress)
- Specified by:
withServerAddress
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
hasServerAddress
public Boolean hasServerAddress()
- Specified by:
hasServerAddress
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
withNewServerAddress
public A withNewServerAddress(String arg1)
- Specified by:
withNewServerAddress
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
withNewServerAddress
public A withNewServerAddress(StringBuilder arg1)
- Specified by:
withNewServerAddress
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
withNewServerAddress
public A withNewServerAddress(StringBuffer arg1)
- Specified by:
withNewServerAddress
in interfaceServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
-
-