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 | getAccountName()Get 数据库账号名 | 
| String | getClusterId()Get 集群ID | 
| String | getDescription()Get 数据库账号描述信息 | 
| String | getHost()Get 主机,默认为"%" | 
| void | setAccountName(String AccountName)Set 数据库账号名 | 
| void | setClusterId(String ClusterId)Set 集群ID | 
| void | setDescription(String Description)Set 数据库账号描述信息 | 
| void | setHost(String Host)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 getAccountName()
public void setAccountName(String AccountName)
AccountName - 数据库账号名public String getDescription()
public void setDescription(String Description)
Description - 数据库账号描述信息public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群IDpublic String getHost()
public void setHost(String Host)
Host - 主机,默认为"%"Copyright © 2025. All rights reserved.