public class ServerParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
protected String |
url |
protected String |
user |
| Constructor and Description |
|---|
ServerParameters()
Instantiates a new server parameters.
|
ServerParameters(String url,
String user,
String password)
Instantiates a new server parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Gets the password.
|
String |
getUrl()
Gets the url.
|
String |
getUser()
Gets the user.
|
void |
setPassword(String password)
Sets the password.
|
void |
setUrl(String url)
Sets the url.
|
void |
setUser(String user)
Sets the 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.