public class V1TCPSocketActionFluentImpl<A extends V1TCPSocketActionFluent<A>> extends BaseFluent<A> implements V1TCPSocketActionFluent<A>
_visitables
Constructor and Description |
---|
V1TCPSocketActionFluentImpl() |
V1TCPSocketActionFluentImpl(V1TCPSocketAction instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHost() |
IntOrString |
getPort() |
Boolean |
hasHost() |
Boolean |
hasPort() |
A |
withHost(String host) |
A |
withNewHost(String arg1) |
A |
withNewHost(StringBuffer arg1) |
A |
withNewHost(StringBuilder arg1) |
A |
withNewPort(int value) |
A |
withNewPort(String value) |
A |
withPort(IntOrString port) |
public V1TCPSocketActionFluentImpl()
public V1TCPSocketActionFluentImpl(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 A withNewHost(String arg1)
withNewHost
in interface V1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
public A withNewHost(StringBuilder arg1)
withNewHost
in interface V1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
public A withNewHost(StringBuffer arg1)
withNewHost
in interface V1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
public IntOrString getPort()
getPort
in interface V1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>
public A withPort(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 © 2020. All rights reserved.