public class Credentials extends Object implements Serializable
| Constructor and Description |
|---|
Credentials(String username,
String apiKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getApiKey() |
String |
getUsername() |
int |
hashCode() |
void |
setApiKey(String apiKey) |
void |
setUsername(String username) |
String |
toString() |
Copyright © 2004-2015. All Rights Reserved.