public class ServerParameters extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
protected String |
url |
protected String |
user |
| Constructor and Description |
|---|
ServerParameters() |
ServerParameters(String url,
String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUrl() |
String |
getUser() |
void |
setPassword(String password) |
void |
setUrl(String url) |
void |
setUser(String user) |
String |
toString() |
public String getUrl()
public void setUrl(String url)
url - the url to setpublic String getUser()
public void setUser(String user)
user - the user to setpublic String getPassword()
public void setPassword(String password)
password - the password to setCopyright © 2016. All Rights Reserved.