public interface TCPSocketActionFluent<A extends TCPSocketActionFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TCPSocketActionFluent.PortNested<N> |
String getHost()
Boolean hasHost()
@Deprecated A withNewHost(String arg0)
@Deprecated IntOrString getPort()
IntOrString buildPort()
A withPort(IntOrString port)
Boolean hasPort()
TCPSocketActionFluent.PortNested<A> withNewPort()
TCPSocketActionFluent.PortNested<A> withNewPortLike(IntOrString item)
TCPSocketActionFluent.PortNested<A> editPort()
TCPSocketActionFluent.PortNested<A> editOrNewPort()
TCPSocketActionFluent.PortNested<A> editOrNewPortLike(IntOrString item)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.