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() |
String |
toString() |
A |
withHost(String host) |
A |
withNewPort(int value) |
A |
withNewPort(String value) |
A |
withPort(io.kubernetes.client.custom.IntOrString port) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>>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>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1TCPSocketActionFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1TCPSocketActionFluent<A>>Copyright © 2022. All rights reserved.