public class ResetAccountPasswordRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ResetAccountPasswordRequest() | 
| ResetAccountPasswordRequest(ResetAccountPasswordRequest 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 | getAccountPassword()Get 数据库用户密码,必须满足 8-64个字符,至少包含 大写字母、小写字母、数字和符号~!@#$%^&*_-+=`|(){}[]:;'<>,.?/中的任意三种 | 
| String | getClusterId()Get 集群ID | 
| void | setAccountName(String AccountName)Set 账号名字 | 
| void | setAccountPassword(String AccountPassword)Set 数据库用户密码,必须满足 8-64个字符,至少包含 大写字母、小写字母、数字和符号~!@#$%^&*_-+=`|(){}[]:;'<>,.?/中的任意三种 | 
| void | setClusterId(String ClusterId)Set 集群ID | 
| 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 ResetAccountPasswordRequest()
public ResetAccountPasswordRequest(ResetAccountPasswordRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群IDpublic String getAccountName()
public void setAccountName(String AccountName)
AccountName - 账号名字public String getAccountPassword()
public void setAccountPassword(String AccountPassword)
AccountPassword - 数据库用户密码,必须满足 8-64个字符,至少包含 大写字母、小写字母、数字和符号~!@#$%^&*_-+=`|(){}[]:;'<>,.?/中的任意三种Copyright © 2025. All rights reserved.