public class AccountInfo extends AbstractModel
Constructor and Description |
---|
AccountInfo() |
AccountInfo(AccountInfo 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 |
---|---|
Long |
getAccountType()
Get 用户账号类型:
1-手机号;
2-IMEI;
3-IDFA;
100-SSID类型
|
UniversalAccountInfo |
getUniversalAccount()
Get 通用账号信息,当AccountType为1、2、3、100时必填
|
void |
setAccountType(Long AccountType)
Set 用户账号类型:
1-手机号;
2-IMEI;
3-IDFA;
100-SSID类型
|
void |
setUniversalAccount(UniversalAccountInfo UniversalAccount)
Set 通用账号信息,当AccountType为1、2、3、100时必填
|
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 AccountInfo()
public AccountInfo(AccountInfo source)
public Long getAccountType()
public void setAccountType(Long AccountType)
AccountType
- 用户账号类型:
1-手机号;
2-IMEI;
3-IDFA;
100-SSID类型public UniversalAccountInfo getUniversalAccount()
public void setUniversalAccount(UniversalAccountInfo UniversalAccount)
UniversalAccount
- 通用账号信息,当AccountType为1、2、3、100时必填Copyright © 2023. All rights reserved.