public class TCPSocketActionModel extends Object
| Constructor and Description |
|---|
TCPSocketActionModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
int |
getPort() |
void |
setHost(String host) |
void |
setPort(int port) |
TCPSocketActionModel |
withHost(String host) |
TCPSocketActionModel |
withPort(int port) |
public int getPort()
public void setPort(int port)
public String getHost()
public void setHost(String host)
public TCPSocketActionModel withPort(int port)
public TCPSocketActionModel withHost(String host)
Copyright © 2020. All rights reserved.