public class OtherAccountInfo extends AbstractModel
Constructor and Description |
---|
OtherAccountInfo() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.