com.belerweb.social.qq.connect.bean
Class OpenID
java.lang.Object
com.belerweb.social.bean.JsonBean
com.belerweb.social.qq.connect.bean.OpenID
public class OpenID
- extends JsonBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenID
public OpenID()
getClientId
public String getClientId()
- openid是此网站上唯一对应用户身份的标识,网站可将此ID进行存储便于用户下次登录时辨识其身份,或将其与用户在网站上的原有账号进行绑定。
setClientId
public void setClientId(String clientId)
getOpenId
public String getOpenId()
setOpenId
public void setOpenId(String openId)
parse
public static OpenID parse(org.json.JSONObject jsonObject)
Copyright © 2014. All Rights Reserved.