public class ProxyBean extends Object implements Serializable
| Constructor and Description |
|---|
ProxyBean()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname() |
String |
getPassword() |
int |
getPort() |
String |
getUsername() |
void |
setHostname(String hostname) |
void |
setPassword(String password) |
void |
setPort(int port) |
void |
setUsername(String username) |
void |
validate()
Validates there is a hostname
|
@PostConstruct public void validate()
public String getHostname()
public void setHostname(String hostname)
hostname - the hostname to setpublic int getPort()
public void setPort(int port)
port - the port to setpublic String getUsername()
public void setUsername(String username)
username - the username to setpublic String getPassword()
public void setPassword(String password)
password - the password to setCopyright © 2017–2020 NTT DATA Corporation. All rights reserved.