Package io.fabric8.kubernetes.api.model
Class ClientIPConfigFluentImpl<A extends ClientIPConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ClientIPConfigFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,ClientIPConfigFluent<A>
- Direct Known Subclasses:
ClientIPConfigBuilder
,SessionAffinityConfigFluentImpl.ClientIPNestedImpl
,WatchEventFluentImpl.ClientIPConfigObjectNestedImpl
public class ClientIPConfigFluentImpl<A extends ClientIPConfigFluent<A>> extends BaseFluent<A> implements ClientIPConfigFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description ClientIPConfigFluentImpl()
ClientIPConfigFluentImpl(ClientIPConfig instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Integer
getTimeoutSeconds()
int
hashCode()
Boolean
hasTimeoutSeconds()
A
withTimeoutSeconds(Integer timeoutSeconds)
-
-
-
Constructor Detail
-
ClientIPConfigFluentImpl
public ClientIPConfigFluentImpl()
-
ClientIPConfigFluentImpl
public ClientIPConfigFluentImpl(ClientIPConfig instance)
-
-
Method Detail
-
getTimeoutSeconds
public Integer getTimeoutSeconds()
- Specified by:
getTimeoutSeconds
in interfaceClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
-
withTimeoutSeconds
public A withTimeoutSeconds(Integer timeoutSeconds)
- Specified by:
withTimeoutSeconds
in interfaceClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
-
hasTimeoutSeconds
public Boolean hasTimeoutSeconds()
- Specified by:
hasTimeoutSeconds
in interfaceClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
-
-