public class ServerParameters extends Object
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) |
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 © 2014. All Rights Reserved.