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 是 4 时,填入真实的手机号(如 13123456789)。
AccountType 是 8 时,支持 imei、idfa、imeiMD5、idfaMD5入参。
AccountType 是 0 时,填入账号信息。
AccountType 是 10004 时,填入手机号的 MD5 值。
注:imeiMd5 加密方式为:
imei 明文小写后,进行 MD5 加密,加密后取小写值。
IdfaMd5 加密方式为:idfa 明文大写后,进行 MD5 加密,加密后取小写值。
|
String |
getDeviceId()
Get 用户设备号。若 AccountType 是 8(设备号),则无需重复填写,否则填入对应的设备
号。
|
String |
getMobilePhone()
Get 手机号,若 AccountType 是 4(手机号)、或 10004(手机号 MD5),则无需重复填写
否则填入对应的手机号(如 13123456789)。
|
void |
setAccountId(String AccountId)
Set 其它账号信息:
AccountType 是 4 时,填入真实的手机号(如 13123456789)。
AccountType 是 8 时,支持 imei、idfa、imeiMD5、idfaMD5入参。
AccountType 是 0 时,填入账号信息。
AccountType 是 10004 时,填入手机号的 MD5 值。
注:imeiMd5 加密方式为:
imei 明文小写后,进行 MD5 加密,加密后取小写值。
IdfaMd5 加密方式为:idfa 明文大写后,进行 MD5 加密,加密后取小写值。
|
void |
setDeviceId(String DeviceId)
Set 用户设备号。若 AccountType 是 8(设备号),则无需重复填写,否则填入对应的设备
号。
|
void |
setMobilePhone(String MobilePhone)
Set 手机号,若 AccountType 是 4(手机号)、或 10004(手机号 MD5),则无需重复填写
否则填入对应的手机号(如 13123456789)。
|
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 是 4 时,填入真实的手机号(如 13123456789)。
AccountType 是 8 时,支持 imei、idfa、imeiMD5、idfaMD5入参。
AccountType 是 0 时,填入账号信息。
AccountType 是 10004 时,填入手机号的 MD5 值。
注:imeiMd5 加密方式为:
imei 明文小写后,进行 MD5 加密,加密后取小写值。
IdfaMd5 加密方式为:idfa 明文大写后,进行 MD5 加密,加密后取小写值。public String getMobilePhone()
public void setMobilePhone(String MobilePhone)
MobilePhone
- 手机号,若 AccountType 是 4(手机号)、或 10004(手机号 MD5),则无需重复填写
否则填入对应的手机号(如 13123456789)。public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 用户设备号。若 AccountType 是 8(设备号),则无需重复填写,否则填入对应的设备
号。Copyright © 2023. All rights reserved.