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 | getEncryptedPassword()Get 使用GetPublicKey返回的RSA2048公钥加密后的密码,加密算法是PKCS1v15 | 
| String | getHost()Get 用户允许的访问 host,用户名+host唯一确定一个账号。 | 
| String | getInstanceId()Get 实例 ID,形如:dcdbt-ow728lmc。 | 
| String | getPassword()Get 新密码,由字母、数字或常见符号组成,不能包含分号、单引号和双引号,长度为6~32位。 | 
| String | getUserName()Get 登录用户名。 | 
| void | setEncryptedPassword(String EncryptedPassword)Set 使用GetPublicKey返回的RSA2048公钥加密后的密码,加密算法是PKCS1v15 | 
| void | setHost(String Host)Set 用户允许的访问 host,用户名+host唯一确定一个账号。 | 
| void | setInstanceId(String InstanceId)Set 实例 ID,形如:dcdbt-ow728lmc。 | 
| void | setPassword(String Password)Set 新密码,由字母、数字或常见符号组成,不能包含分号、单引号和双引号,长度为6~32位。 | 
| 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 ResetAccountPasswordRequest()
public ResetAccountPasswordRequest(ResetAccountPasswordRequest 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 getPassword()
public void setPassword(String Password)
Password - 新密码,由字母、数字或常见符号组成,不能包含分号、单引号和双引号,长度为6~32位。public String getEncryptedPassword()
public void setEncryptedPassword(String EncryptedPassword)
EncryptedPassword - 使用GetPublicKey返回的RSA2048公钥加密后的密码,加密算法是PKCS1v15Copyright © 2025. All rights reserved.