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

构造方法摘要
DisplayAccount()
           
 
方法摘要
 String getAccountName()
           
 AccountType getAccountType()
           
 String getDisplayName()
           
 String getDisplayPassword()
           
 String getEncryptPassword()
           
 String getKeyChain()
           
 long getLastLoginTime()
           
 void setAccountName(String accountName)
           
 void setAccountType(AccountType accountType)
           
 void setDisplayName(String displayName)
           
 void setDisplayPassword(String displayPassword)
           
 void setEncryptPassword(String encryptPassword)
           
 void setKeyChain(String keyChain)
           
 void setLastLoginTime(long lastLoginTime)
           
static DisplayAccount toDisplayAccount(android.content.Context context, org.json.JSONObject object)
           
static org.json.JSONObject toJsonObject(android.content.Context context, DisplayAccount account)
           
 
从类 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.