Class AccountRemark
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sqlserver.v20180328.models.AccountRemark
-
public class AccountRemark extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRemark()Get 对应账户新的备注信息StringgetUserName()Get 账户名voidsetRemark(String Remark)Set 对应账户新的备注信息voidsetUserName(String UserName)Set 账户名voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AccountRemark
public AccountRemark()
-
AccountRemark
public 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.
-
-
Method Detail
-
getUserName
public String getUserName()
Get 账户名- Returns:
- UserName 账户名
-
setUserName
public void setUserName(String UserName)
Set 账户名- Parameters:
UserName- 账户名
-
getRemark
public String getRemark()
Get 对应账户新的备注信息- Returns:
- Remark 对应账户新的备注信息
-
setRemark
public void setRemark(String Remark)
Set 对应账户新的备注信息- Parameters:
Remark- 对应账户新的备注信息
-
-