public class DBPrivilegeModifyInfo extends AbstractModel
Constructor and Description |
---|
DBPrivilegeModifyInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getDBName()
Get Database name
|
String |
getPrivilege()
Get Permission change information.
|
void |
setDBName(String DBName)
Set Database name
|
void |
setPrivilege(String Privilege)
Set Permission change information.
|
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 String getDBName()
public void setDBName(String DBName)
DBName
- Database namepublic String getPrivilege()
public void setPrivilege(String Privilege)
Privilege
- Permission change information. ReadWrite: read/write, ReadOnly: read-only, Delete: the account has the permission to delete this databaseCopyright © 2020. All rights reserved.