public class ServerInfo extends Object implements Serializable
| Constructor and Description | 
|---|
| ServerInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAppName() | 
| String | getHost() | 
| String | getSecureHost() | 
| Integer | getSecurePort() | 
| String | getServerName() | 
| Integer | getServerPort() | 
| void | setAppName(String appName) | 
| void | setSecurePort(Integer securePort) | 
| void | setServerName(String serverName) | 
| void | setServerPort(Integer serverPort) | 
public String getSecureHost()
public String getHost()
public String getServerName()
public void setServerName(String serverName)
serverName - the serverName to setpublic Integer getServerPort()
public void setServerPort(Integer serverPort)
serverPort - the serverPort to setpublic Integer getSecurePort()
public void setSecurePort(Integer securePort)
securePort - the securePort to setpublic String getAppName()
public void setAppName(String appName)
appName - the appName to setCopyright © 2020. All rights reserved.