com.belerweb.social.qq.connect.bean
Class OpenID

java.lang.Object
  extended by com.belerweb.social.bean.JsonBean
      extended by com.belerweb.social.qq.connect.bean.OpenID

public class OpenID
extends JsonBean


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

Constructor Detail

OpenID

public OpenID()
Method Detail

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.