public class AccessPointDescriptor extends Object
| Constructor and Description |
|---|
AccessPointDescriptor(String url,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPassword() |
String |
getUrl() |
String |
getUsername() |
int |
hashCode() |
void |
setPassword(String password) |
void |
setUrl(String url) |
void |
setUsername(String username) |
String |
toString() |
public String getUrl()
public void setUrl(String url)
url - the url 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 © 2016. All Rights Reserved.