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 New remarks of account | 
| String | getUserName()Get Account name | 
| void | setRemark(String Remark)Set New remarks of account | 
| void | setUserName(String UserName)Set Account name | 
| 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, toJsonStringpublic AccountRemark()
public AccountRemark(AccountRemark source)
public String getUserName()
public void setUserName(String UserName)
UserName - Account namepublic String getRemark()
public void setRemark(String Remark)
Remark - New remarks of accountCopyright © 2022. All rights reserved.