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 TypeMethodDescriptionbooleangetHost()io.kubernetes.client.custom.IntOrStringgetPort()inthashCode()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:
getHostin interfaceV1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
-
withHost
- Specified by:
withHostin interfaceV1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
-
hasHost
- Specified by:
hasHostin interfaceV1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
-
getPort
public io.kubernetes.client.custom.IntOrString getPort()- Specified by:
getPortin interfaceV1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
-
withPort
- Specified by:
withPortin interfaceV1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
-
hasPort
- Specified by:
hasPortin interfaceV1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
-
withNewPort
- Specified by:
withNewPortin interfaceV1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
-
withNewPort
- Specified by:
withNewPortin interfaceV1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1TCPSocketActionFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1TCPSocketActionFluent<A>>
-
toString
-