public class CreateAccountRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateAccountRequest() | 
| CreateAccountRequest(CreateAccountRequest 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 | 
|---|---|
| AccountCreateInfo[] | getAccounts()Get 数据库实例账户信息 | 
| String | getInstanceId()Get 数据库实例ID,形如mssql-njj2mtpl | 
| void | setAccounts(AccountCreateInfo[] 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 CreateAccountRequest()
public CreateAccountRequest(CreateAccountRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 数据库实例ID,形如mssql-njj2mtplpublic AccountCreateInfo[] getAccounts()
public void setAccounts(AccountCreateInfo[] Accounts)
Accounts - 数据库实例账户信息Copyright © 2025. All rights reserved.