public class DBCreateInfo extends AbstractModel
Constructor and Description |
---|
DBCreateInfo() |
DBCreateInfo(DBCreateInfo 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 |
---|---|
AccountPrivilege[] |
getAccounts()
Get 数据库账号权限信息
|
String |
getCharset()
Get 字符集。可通过接口DescribeDBCharsets查到支持的字符集,不填默认为Chinese_PRC_CI_AS。
|
String |
getDBName()
Get 数据库名
|
String |
getRemark()
Get 备注
|
void |
setAccounts(AccountPrivilege[] Accounts)
Set 数据库账号权限信息
|
void |
setCharset(String Charset)
Set 字符集。可通过接口DescribeDBCharsets查到支持的字符集,不填默认为Chinese_PRC_CI_AS。
|
void |
setDBName(String DBName)
Set 数据库名
|
void |
setRemark(String Remark)
Set 备注
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DBCreateInfo()
public DBCreateInfo(DBCreateInfo source)
public String getDBName()
public void setDBName(String DBName)
DBName
- 数据库名public String getCharset()
public void setCharset(String Charset)
Charset
- 字符集。可通过接口DescribeDBCharsets查到支持的字符集,不填默认为Chinese_PRC_CI_AS。public AccountPrivilege[] getAccounts()
public void setAccounts(AccountPrivilege[] Accounts)
Accounts
- 数据库账号权限信息public String getRemark()
public void setRemark(String Remark)
Remark
- 备注Copyright © 2022. All rights reserved.