public class Credentials extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SERVER_NAME |
| Constructor and Description |
|---|
Credentials(String userName,
String password,
String email,
String serverAddress) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail() |
String |
getPassword() |
String |
getServerAddress() |
String |
getUserName() |
String |
toString() |
public static final String DEFAULT_SERVER_NAME
Copyright © 2016. All Rights Reserved.