@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class LoginInformation extends Object
| Constructor and Description |
|---|
LoginInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApiPassword()
Contains a token that can be used for authentication in API calls instead of using the user name and password.
|
List<LoginAccount> |
getLoginAccounts()
The list of accounts that authenticating user is a member of.
|
int |
hashCode() |
void |
setApiPassword(String apiPassword) |
void |
setLoginAccounts(List<LoginAccount> loginAccounts) |
String |
toString() |
public String getApiPassword()
public void setApiPassword(String apiPassword)
public List<LoginAccount> getLoginAccounts()
public void setLoginAccounts(List<LoginAccount> loginAccounts)
Copyright © 2017. All rights reserved.