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是8时,填入设备号(IMEI、IMEIMD5、IDFA、IDFAMD5)
AccountType是10004时,填入中国大陆标准11位手机号的MD5值
注释:
MD5手机号加密方式,中国大陆11位手机号进行MD5加密,加密后取32位小写值
设备号加密方式,对IMEI、IDFA明文进行MD5加密,加密后取32位小写值。
|
String |
getDeviceId()
Get 用户设备号,AccountType是8时,此处无需重复填写。
|
String |
getMobilePhone()
Get MD5手机号,AccountType是10004时,此处无需重复填写。
|
void |
setAccountId(String AccountId)
Set 其他账号信息;
AccountType是8时,填入设备号(IMEI、IMEIMD5、IDFA、IDFAMD5)
AccountType是10004时,填入中国大陆标准11位手机号的MD5值
注释:
MD5手机号加密方式,中国大陆11位手机号进行MD5加密,加密后取32位小写值
设备号加密方式,对IMEI、IDFA明文进行MD5加密,加密后取32位小写值。
|
void |
setDeviceId(String DeviceId)
Set 用户设备号,AccountType是8时,此处无需重复填写。
|
void |
setMobilePhone(String MobilePhone)
Set MD5手机号,AccountType是10004时,此处无需重复填写。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public OtherAccountInfo()
public OtherAccountInfo(OtherAccountInfo source)
public String getAccountId()
public void setAccountId(String AccountId)
AccountId
- 其他账号信息;
AccountType是8时,填入设备号(IMEI、IMEIMD5、IDFA、IDFAMD5)
AccountType是10004时,填入中国大陆标准11位手机号的MD5值
注释:
MD5手机号加密方式,中国大陆11位手机号进行MD5加密,加密后取32位小写值
设备号加密方式,对IMEI、IDFA明文进行MD5加密,加密后取32位小写值。public String getMobilePhone()
public void setMobilePhone(String MobilePhone)
MobilePhone
- MD5手机号,AccountType是10004时,此处无需重复填写。public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 用户设备号,AccountType是8时,此处无需重复填写。Copyright © 2024. All rights reserved.