public class OtherAccountInfo extends AbstractModel
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 id
|
String |
getDeviceId()
Get id
|
String |
getMobilePhone()
Get 手机号
|
void |
setAccountId(String AccountId)
Set id
|
void |
setDeviceId(String DeviceId)
Set id
|
void |
setMobilePhone(String MobilePhone)
Set 手机号
|
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 OtherAccountInfo()
public OtherAccountInfo(OtherAccountInfo source)
public String getAccountId()
public void setAccountId(String AccountId)
AccountId
- idpublic String getMobilePhone()
public void setMobilePhone(String MobilePhone)
MobilePhone
- 手机号public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- idCopyright © 2022. All rights reserved.