public class V1TCPSocketActionFluentImpl<A extends V1TCPSocketActionFluent<A>> extends BaseFluent<A> implements V1TCPSocketActionFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1TCPSocketActionFluentImpl() |
V1TCPSocketActionFluentImpl(io.kubernetes.client.openapi.models.V1TCPSocketAction instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHost() |
io.kubernetes.client.custom.IntOrString |
getPort() |
int |
hashCode() |
Boolean |
hasHost() |
Boolean |
hasPort() |
A |
withHost(String host) |
A |
withNewHost(String original)
Deprecated.
|
A |
withNewPort(int value) |
A |
withNewPort(String value) |
A |
withPort(io.kubernetes.client.custom.IntOrString port) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1TCPSocketActionFluentImpl()
public V1TCPSocketActionFluentImpl(io.kubernetes.client.openapi.models.V1TCPSocketAction instance)
public String getHost()
getHost
in interface V1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
public A withHost(String host)
withHost
in interface V1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
public Boolean hasHost()
hasHost
in interface V1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
@Deprecated public A withNewHost(String original)
withNewHost
in interface V1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
public io.kubernetes.client.custom.IntOrString getPort()
getPort
in interface V1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
public A withPort(io.kubernetes.client.custom.IntOrString port)
withPort
in interface V1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
public Boolean hasPort()
hasPort
in interface V1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
public A withNewPort(int value)
withNewPort
in interface V1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
public A withNewPort(String value)
withNewPort
in interface V1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
Copyright © 2021. All rights reserved.