@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class LoginAccount extends Object
| Constructor and Description |
|---|
LoginAccount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountId()
The account ID associated with the envelope.
|
String |
getAccountIdGuid()
The GUID associated with the account ID.
|
String |
getBaseUrl()
The URL that should be used for successive calls to this account.
|
String |
getEmail()
The email address for the user.
|
String |
getIsDefault()
This value is true if this is the default account for the user, otherwise false is returned.
|
List<NameValue> |
getLoginAccountSettings()
A list of settings on the acccount that indicate what features are available.
|
List<NameValue> |
getLoginUserSettings()
A list of user-level settings that indicate what user-specific features are available.
|
String |
getName()
The name associated with the account.
|
String |
getSiteDescription()
An optional descirption of the site that hosts the account.
|
String |
getUserId() |
String |
getUserName()
The name of this user as defined by the account.
|
int |
hashCode() |
void |
setAccountId(String accountId) |
void |
setAccountIdGuid(String accountIdGuid) |
void |
setBaseUrl(String baseUrl) |
void |
setEmail(String email) |
void |
setIsDefault(String isDefault) |
void |
setLoginAccountSettings(List<NameValue> loginAccountSettings) |
void |
setLoginUserSettings(List<NameValue> loginUserSettings) |
void |
setName(String name) |
void |
setSiteDescription(String siteDescription) |
void |
setUserId(String userId) |
void |
setUserName(String userName) |
String |
toString() |
public String getAccountId()
public void setAccountId(String accountId)
public String getAccountIdGuid()
public void setAccountIdGuid(String accountIdGuid)
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
public String getEmail()
public void setEmail(String email)
public String getIsDefault()
public void setIsDefault(String isDefault)
public List<NameValue> getLoginAccountSettings()
public List<NameValue> getLoginUserSettings()
public String getName()
public void setName(String name)
public String getSiteDescription()
public void setSiteDescription(String siteDescription)
public String getUserId()
public void setUserId(String userId)
public String getUserName()
public void setUserName(String userName)
Copyright © 2017. All rights reserved.