public class QQAccountInfo extends AbstractModel
Constructor and Description |
---|
QQAccountInfo() |
QQAccountInfo(QQAccountInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAppIdUser()
Get QQ分配给网站或应用的AppId,用来唯一标识网站或应用。
|
String |
getAssociateAccount()
Get 用于标识QQ用户登录后所关联业务自身的账号ID。
|
String |
getDeviceId()
Get 用户设备号。
|
String |
getMobilePhone()
Get 账号绑定的手机号。
|
String |
getQQOpenId()
Get QQ的OpenID。
|
void |
setAppIdUser(String AppIdUser)
Set QQ分配给网站或应用的AppId,用来唯一标识网站或应用。
|
void |
setAssociateAccount(String AssociateAccount)
Set 用于标识QQ用户登录后所关联业务自身的账号ID。
|
void |
setDeviceId(String DeviceId)
Set 用户设备号。
|
void |
setMobilePhone(String MobilePhone)
Set 账号绑定的手机号。
|
void |
setQQOpenId(String QQOpenId)
Set QQ的OpenID。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public QQAccountInfo()
public QQAccountInfo(QQAccountInfo source)
public String getQQOpenId()
public void setQQOpenId(String QQOpenId)
QQOpenId
- QQ的OpenID。public String getAppIdUser()
public void setAppIdUser(String AppIdUser)
AppIdUser
- QQ分配给网站或应用的AppId,用来唯一标识网站或应用。public String getAssociateAccount()
public void setAssociateAccount(String AssociateAccount)
AssociateAccount
- 用于标识QQ用户登录后所关联业务自身的账号ID。public String getMobilePhone()
public void setMobilePhone(String MobilePhone)
MobilePhone
- 账号绑定的手机号。public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 用户设备号。Copyright © 2021. All rights reserved.