public class QQAccountInfo extends AbstractModel
header, skipSign| 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 账号绑定的MD5或SHA256加密的手机号。
注释:支持标准中国大陆11位手机号MD5加密后位的32位小写字符串;
     支持标准中国大陆11位手机号SHA256加密后位的64位小写字符串。 | 
| 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 账号绑定的MD5或SHA256加密的手机号。
注释:支持标准中国大陆11位手机号MD5加密后位的32位小写字符串;
     支持标准中国大陆11位手机号SHA256加密后位的64位小写字符串。 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 - 账号绑定的MD5或SHA256加密的手机号。
注释:支持标准中国大陆11位手机号MD5加密后位的32位小写字符串;
     支持标准中国大陆11位手机号SHA256加密后位的64位小写字符串。public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - 用户设备号(已不推荐使用)。Copyright © 2025. All rights reserved.