com.baidu.sapi2.account
类 DisplayAccount
java.lang.Object
com.baidu.sapi2.account.DisplayAccount
public class DisplayAccount
- extends Object
Display Account. This class stores all the info which should be displayed
when change account happened.
- 从以下版本开始:
- 1.0.0
- 版本:
- 1.0.0
- 作者:
- DongJian
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisplayAccount
public DisplayAccount()
getAccountType
public AccountType getAccountType()
setAccountType
public void setAccountType(AccountType accountType)
getDisplayName
public String getDisplayName()
setDisplayName
public void setDisplayName(String displayName)
getAccountName
public String getAccountName()
setAccountName
public void setAccountName(String accountName)
getDisplayPassword
public String getDisplayPassword()
setDisplayPassword
public void setDisplayPassword(String displayPassword)
getLastLoginTime
public long getLastLoginTime()
setLastLoginTime
public void setLastLoginTime(long lastLoginTime)
getEncryptPassword
public String getEncryptPassword()
setEncryptPassword
public void setEncryptPassword(String encryptPassword)
toJsonObject
public static org.json.JSONObject toJsonObject(android.content.Context context,
DisplayAccount account)
toDisplayAccount
public static DisplayAccount toDisplayAccount(android.content.Context context,
org.json.JSONObject object)
getKeyChain
public String getKeyChain()
setKeyChain
public void setKeyChain(String keyChain)
Copyright © 2013. All Rights Reserved.