Class V1ClientIPConfigFluentImpl<A extends V1ClientIPConfigFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ClientIPConfigFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1ClientIPConfigFluent<A>
- Direct Known Subclasses:
V1ClientIPConfigBuilder
public class V1ClientIPConfigFluentImpl<A extends V1ClientIPConfigFluent<A>>
extends BaseFluent<A>
implements V1ClientIPConfigFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ClientIPConfigFluentImpl
(io.kubernetes.client.openapi.models.V1ClientIPConfig instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
toString()
withTimeoutSeconds
(Integer timeoutSeconds) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ClientIPConfigFluentImpl
public V1ClientIPConfigFluentImpl() -
V1ClientIPConfigFluentImpl
public V1ClientIPConfigFluentImpl(io.kubernetes.client.openapi.models.V1ClientIPConfig instance)
-
-
Method Details
-
getTimeoutSeconds
- Specified by:
getTimeoutSeconds
in interfaceV1ClientIPConfigFluent<A extends V1ClientIPConfigFluent<A>>
-
withTimeoutSeconds
- Specified by:
withTimeoutSeconds
in interfaceV1ClientIPConfigFluent<A extends V1ClientIPConfigFluent<A>>
-
hasTimeoutSeconds
- Specified by:
hasTimeoutSeconds
in interfaceV1ClientIPConfigFluent<A extends V1ClientIPConfigFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ClientIPConfigFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ClientIPConfigFluent<A>>
-
toString
-