public class ServerParameters extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
password |
protected String |
url |
protected String |
user |
protected String |
workspaces |
Constructor and Description |
---|
ServerParameters() |
ServerParameters(String url,
String user,
String password,
String workspaces) |
Modifier and Type | Method and Description |
---|---|
String |
getPassword() |
String |
getUrl() |
String |
getUser() |
String |
getWorkspaces() |
void |
setPassword(String password) |
void |
setUrl(String url) |
void |
setUser(String user) |
void |
setWorkspaces(String workspaces) |
String |
toString() |
protected String url
protected String user
protected String password
protected String workspaces
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 setpublic String getWorkspaces()
public void setWorkspaces(String workspaces)
workspaces
- the workspaces to setCopyright © 2014. All Rights Reserved.