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 | 
|---|---|
| AccountPassword[] | getAccounts()Get 更新后的账户密码信息数组 | 
| String | getInstanceId()Get 数据库实例ID,形如mssql-njj2mtpl | 
| void | setAccounts(AccountPassword[] Accounts)Set 更新后的账户密码信息数组 | 
| void | setInstanceId(String InstanceId)Set 数据库实例ID,形如mssql-njj2mtpl | 
| 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,形如mssql-njj2mtplpublic AccountPassword[] getAccounts()
public void setAccounts(AccountPassword[] Accounts)
Accounts - 更新后的账户密码信息数组Copyright © 2025. All rights reserved.