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 账号类型
|
OtherAccountInfo |
getOtherAccount()
Get 其它账号信息,AccountType是0、4、8或10004时,该字段必填。
|
QQAccountInfo |
getQQAccount()
Get QQ账号信息,AccountType是1时,该字段必填。
|
WeChatAccountInfo |
getWeChatAccount()
Get 微信账号信息,AccountType是2时,该字段必填。
|
void |
setAccountType(Long AccountType)
Set 账号类型
|
void |
setOtherAccount(OtherAccountInfo OtherAccount)
Set 其它账号信息,AccountType是0、4、8或10004时,该字段必填。
|
void |
setQQAccount(QQAccountInfo QQAccount)
Set QQ账号信息,AccountType是1时,该字段必填。
|
void |
setWeChatAccount(WeChatAccountInfo WeChatAccount)
Set 微信账号信息,AccountType是2时,该字段必填。
|
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
- 账号类型public QQAccountInfo getQQAccount()
public void setQQAccount(QQAccountInfo QQAccount)
QQAccount
- QQ账号信息,AccountType是1时,该字段必填。public WeChatAccountInfo getWeChatAccount()
public void setWeChatAccount(WeChatAccountInfo WeChatAccount)
WeChatAccount
- 微信账号信息,AccountType是2时,该字段必填。public OtherAccountInfo getOtherAccount()
public void setOtherAccount(OtherAccountInfo OtherAccount)
OtherAccount
- 其它账号信息,AccountType是0、4、8或10004时,该字段必填。Copyright © 2022. All rights reserved.