public class AccountRemark extends AbstractModel
Constructor and Description |
---|
AccountRemark() |
AccountRemark(AccountRemark 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 |
getRemark()
Get 对应账户新的备注信息
|
String |
getUserName()
Get 账户名
|
void |
setRemark(String Remark)
Set 对应账户新的备注信息
|
void |
setUserName(String UserName)
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 AccountRemark()
public AccountRemark(AccountRemark source)
public String getUserName()
public void setUserName(String UserName)
UserName
- 账户名public String getRemark()
public void setRemark(String Remark)
Remark
- 对应账户新的备注信息Copyright © 2022. All rights reserved.