Class V1TCPSocketActionFluentImpl<A extends V1TCPSocketActionFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1TCPSocketActionFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1TCPSocketActionFluent<A>
- Direct Known Subclasses:
V1TCPSocketActionBuilder
public class V1TCPSocketActionFluentImpl<A extends V1TCPSocketActionFluent<A>>
extends BaseFluent<A>
implements V1TCPSocketActionFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1TCPSocketActionFluentImpl
(io.kubernetes.client.openapi.models.V1TCPSocketAction instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getHost()
io.kubernetes.client.custom.IntOrString
getPort()
int
hashCode()
hasHost()
hasPort()
toString()
withNewPort
(int value) withNewPort
(String value) withPort
(io.kubernetes.client.custom.IntOrString port) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1TCPSocketActionFluentImpl
public V1TCPSocketActionFluentImpl() -
V1TCPSocketActionFluentImpl
public V1TCPSocketActionFluentImpl(io.kubernetes.client.openapi.models.V1TCPSocketAction instance)
-
-
Method Details
-
getHost
- Specified by:
getHost
in interfaceV1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
-
withHost
- Specified by:
withHost
in interfaceV1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
-
hasHost
- Specified by:
hasHost
in interfaceV1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
-
getPort
public io.kubernetes.client.custom.IntOrString getPort()- Specified by:
getPort
in interfaceV1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
-
withPort
- Specified by:
withPort
in interfaceV1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
-
hasPort
- Specified by:
hasPort
in interfaceV1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
-
withNewPort
- Specified by:
withNewPort
in interfaceV1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
-
withNewPort
- Specified by:
withNewPort
in interfaceV1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1TCPSocketActionFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1TCPSocketActionFluent<A>>
-
toString
-