public class OtherAccountInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
OtherAccountInfo() |
OtherAccountInfo(OtherAccountInfo 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 |
getAccountId()
Get 其他账号信息;
AccountType是10004时,填入中国大陆标准11位手机号的MD5值
AccountType是10005时,填入中国大陆标准11位手机号的SHA256值
注释:
MD5手机号加密方式,使用中国大陆11位手机号进行MD5加密,加密后取32位小写值。
SHA256手机号加密方式,使用中国大陆11位手机号进行SHA256加密,加密后取64位小写值。
|
String |
getDeviceId()
Get 用户设备号(该字段已不推荐使用)。
|
String |
getMobilePhone()
Get 账号绑定的MD5或SHA256加密的手机号(该字段已不推荐使用)。
注释:支持标准中国大陆11位手机号MD5加密后位的32位小写字符串;
支持标准中国大陆11位手机号SHA256加密后位的64位小写字符串。
|
void |
setAccountId(String AccountId)
Set 其他账号信息;
AccountType是10004时,填入中国大陆标准11位手机号的MD5值
AccountType是10005时,填入中国大陆标准11位手机号的SHA256值
注释:
MD5手机号加密方式,使用中国大陆11位手机号进行MD5加密,加密后取32位小写值。
SHA256手机号加密方式,使用中国大陆11位手机号进行SHA256加密,加密后取64位小写值。
|
void |
setDeviceId(String DeviceId)
Set 用户设备号(该字段已不推荐使用)。
|
void |
setMobilePhone(String MobilePhone)
Set 账号绑定的MD5或SHA256加密的手机号(该字段已不推荐使用)。
注释:支持标准中国大陆11位手机号MD5加密后位的32位小写字符串;
支持标准中国大陆11位手机号SHA256加密后位的64位小写字符串。
|
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, toJsonString
public OtherAccountInfo()
public OtherAccountInfo(OtherAccountInfo source)
public String getAccountId()
public void setAccountId(String AccountId)
AccountId
- 其他账号信息;
AccountType是10004时,填入中国大陆标准11位手机号的MD5值
AccountType是10005时,填入中国大陆标准11位手机号的SHA256值
注释:
MD5手机号加密方式,使用中国大陆11位手机号进行MD5加密,加密后取32位小写值。
SHA256手机号加密方式,使用中国大陆11位手机号进行SHA256加密,加密后取64位小写值。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 © 2024. All rights reserved.