public class AccountPrivilegeModifyInfo extends AbstractModel
Constructor and Description |
---|
AccountPrivilegeModifyInfo() |
AccountPrivilegeModifyInfo(AccountPrivilegeModifyInfo 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 |
---|---|
DBPrivilegeModifyInfo[] |
getDBPrivileges()
Get 账号权限变更信息
|
String |
getUserName()
Get 数据库用户名
|
void |
setDBPrivileges(DBPrivilegeModifyInfo[] DBPrivileges)
Set 账号权限变更信息
|
void |
setUserName(String UserName)
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 AccountPrivilegeModifyInfo()
public AccountPrivilegeModifyInfo(AccountPrivilegeModifyInfo source)
public String getUserName()
public void setUserName(String UserName)
UserName
- 数据库用户名public DBPrivilegeModifyInfo[] getDBPrivileges()
public void setDBPrivileges(DBPrivilegeModifyInfo[] DBPrivileges)
DBPrivileges
- 账号权限变更信息Copyright © 2021. All rights reserved.