public class CreateAccountsRequest extends AbstractModel
Constructor and Description |
---|
CreateAccountsRequest() |
Modifier and Type | Method and Description |
---|---|
Account[] |
getAccounts()
获取云数据库账号。
|
String |
getDescription()
获取备注信息。
|
String |
getInstanceId()
获取实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
|
String |
getPassword()
获取新账户的密码。
|
void |
setAccounts(Account[] Accounts)
设置云数据库账号。
|
void |
setDescription(String Description)
设置备注信息。
|
void |
setInstanceId(String InstanceId)
设置实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
|
void |
setPassword(String Password)
设置新账户的密码。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。public Account[] getAccounts()
public void setAccounts(Account[] Accounts)
Accounts
- 云数据库账号。public String getPassword()
public void setPassword(String Password)
Password
- 新账户的密码。public String getDescription()
public void setDescription(String Description)
Description
- 备注信息。Copyright © 2019. All rights reserved.