public class ModifyAccountDescriptionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyAccountDescriptionRequest() | 
| ModifyAccountDescriptionRequest(ModifyAccountDescriptionRequest 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 | getDescription()Get 新的账号备注,长度 0~256。 | 
| String | getHost()Get 用户允许的访问 host,用户名+host唯一确定一个账号。 | 
| String | getInstanceId()Get 实例 ID,形如:dcdbt-ow728lmc。 | 
| String | getUserName()Get 登录用户名。 | 
| void | setDescription(String Description)Set 新的账号备注,长度 0~256。 | 
| void | setHost(String Host)Set 用户允许的访问 host,用户名+host唯一确定一个账号。 | 
| void | setInstanceId(String InstanceId)Set 实例 ID,形如:dcdbt-ow728lmc。 | 
| void | setUserName(String UserName)Set 登录用户名。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyAccountDescriptionRequest()
public ModifyAccountDescriptionRequest(ModifyAccountDescriptionRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例 ID,形如:dcdbt-ow728lmc。public String getUserName()
public void setUserName(String UserName)
UserName - 登录用户名。public String getHost()
public void setHost(String Host)
Host - 用户允许的访问 host,用户名+host唯一确定一个账号。public String getDescription()
public void setDescription(String Description)
Description - 新的账号备注,长度 0~256。Copyright © 2025. All rights reserved.