public class DescribeSupportedPrivilegesResponse extends AbstractModel
构造器和说明 |
---|
DescribeSupportedPrivilegesResponse() |
限定符和类型 | 方法和说明 |
---|---|
String[] |
getColumnSupportedPrivileges()
获取实例支持的数据库列权限。
|
String[] |
getDatabaseSupportedPrivileges()
获取实例支持的数据库权限。
|
String[] |
getGlobalSupportedPrivileges()
获取实例支持的全局权限。
|
String |
getRequestId()
获取唯一请求 ID,每次请求都会返回。
|
String[] |
getTableSupportedPrivileges()
获取实例支持的数据库表权限。
|
void |
setColumnSupportedPrivileges(String[] ColumnSupportedPrivileges)
设置实例支持的数据库列权限。
|
void |
setDatabaseSupportedPrivileges(String[] DatabaseSupportedPrivileges)
设置实例支持的数据库权限。
|
void |
setGlobalSupportedPrivileges(String[] GlobalSupportedPrivileges)
设置实例支持的全局权限。
|
void |
setRequestId(String RequestId)
设置唯一请求 ID,每次请求都会返回。
|
void |
setTableSupportedPrivileges(String[] TableSupportedPrivileges)
设置实例支持的数据库表权限。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String[] getGlobalSupportedPrivileges()
public void setGlobalSupportedPrivileges(String[] GlobalSupportedPrivileges)
GlobalSupportedPrivileges
- 实例支持的全局权限。public String[] getDatabaseSupportedPrivileges()
public void setDatabaseSupportedPrivileges(String[] DatabaseSupportedPrivileges)
DatabaseSupportedPrivileges
- 实例支持的数据库权限。public String[] getTableSupportedPrivileges()
public void setTableSupportedPrivileges(String[] TableSupportedPrivileges)
TableSupportedPrivileges
- 实例支持的数据库表权限。public String[] getColumnSupportedPrivileges()
public void setColumnSupportedPrivileges(String[] ColumnSupportedPrivileges)
ColumnSupportedPrivileges
- 实例支持的数据库列权限。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2019. All rights reserved.