public class AppTCPListenerModel extends Object
| Constructor and Description |
|---|
AppTCPListenerModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Integer |
getListenerPort() |
String |
getScheduler() |
Integer |
getTcpSessionTimeout() |
AppTCPListenerModel |
setDescription(String description) |
AppTCPListenerModel |
setListenerPort(Integer listenerPort) |
AppTCPListenerModel |
setScheduler(String scheduler) |
AppTCPListenerModel |
setTcpSessionTimeout(Integer tcpSessionTimeout) |
String |
toString() |
public AppTCPListenerModel setListenerPort(Integer listenerPort)
public Integer getListenerPort()
public AppTCPListenerModel setScheduler(String scheduler)
public String getScheduler()
public AppTCPListenerModel setTcpSessionTimeout(Integer tcpSessionTimeout)
public Integer getTcpSessionTimeout()
public AppTCPListenerModel setDescription(String description)
public String getDescription()
Copyright © 2026. All rights reserved.