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 booleanequals(Object o)IntegergetTimeoutSeconds()inthashCode()BooleanhasTimeoutSeconds()AwithTimeoutSeconds(Integer timeoutSeconds)
-
-
-
Constructor Detail
-
ClientIPConfigFluentImpl
public ClientIPConfigFluentImpl()
-
ClientIPConfigFluentImpl
public ClientIPConfigFluentImpl(ClientIPConfig instance)
-
-
Method Detail
-
getTimeoutSeconds
public Integer getTimeoutSeconds()
- Specified by:
getTimeoutSecondsin interfaceClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
-
withTimeoutSeconds
public A withTimeoutSeconds(Integer timeoutSeconds)
- Specified by:
withTimeoutSecondsin interfaceClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
-
hasTimeoutSeconds
public Boolean hasTimeoutSeconds()
- Specified by:
hasTimeoutSecondsin interfaceClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
-
-