public class TCPListenerModel extends Object
| Constructor and Description |
|---|
TCPListenerModel() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBackendPort() |
Integer |
getHealthCheckInterval() |
Integer |
getHealthCheckTimeoutInSecond() |
Integer |
getHealthyThreshold() |
Integer |
getListenerPort() |
String |
getScheduler() |
Integer |
getTcpSessionTimeout() |
Integer |
getUnhealthyThreshold() |
TCPListenerModel |
setBackendPort(Integer backendPort) |
TCPListenerModel |
setHealthCheckInterval(Integer healthCheckInterval) |
TCPListenerModel |
setHealthCheckTimeoutInSecond(Integer healthCheckTimeoutInSecond) |
TCPListenerModel |
setHealthyThreshold(Integer healthyThreshold) |
TCPListenerModel |
setListenerPort(Integer listenerPort) |
TCPListenerModel |
setScheduler(String scheduler) |
TCPListenerModel |
setTcpSessionTimeout(Integer tcpSessionTimeout) |
TCPListenerModel |
setUnhealthyThreshold(Integer unhealthyThreshold) |
String |
toString() |
public TCPListenerModel setListenerPort(Integer listenerPort)
public Integer getListenerPort()
public TCPListenerModel setBackendPort(Integer backendPort)
public Integer getBackendPort()
public TCPListenerModel setScheduler(String scheduler)
public String getScheduler()
public TCPListenerModel setHealthCheckTimeoutInSecond(Integer healthCheckTimeoutInSecond)
public Integer getHealthCheckTimeoutInSecond()
public TCPListenerModel setHealthCheckInterval(Integer healthCheckInterval)
public Integer getHealthCheckInterval()
public TCPListenerModel setUnhealthyThreshold(Integer unhealthyThreshold)
public Integer getUnhealthyThreshold()
public TCPListenerModel setHealthyThreshold(Integer healthyThreshold)
public Integer getHealthyThreshold()
public TCPListenerModel setTcpSessionTimeout(Integer tcpSessionTimeout)
public Integer getTcpSessionTimeout()
Copyright © 2026. All rights reserved.