public class DescribeSupportedPrivilegesResponse extends AbstractModel
Constructor and Description |
---|
DescribeSupportedPrivilegesResponse() |
DescribeSupportedPrivilegesResponse(DescribeSupportedPrivilegesResponse 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 |
---|---|
String[] |
getColumnSupportedPrivileges()
Get 实例支持的数据库列权限。
|
String[] |
getDatabaseSupportedPrivileges()
Get 实例支持的数据库权限。
|
String[] |
getGlobalSupportedPrivileges()
Get 实例支持的全局权限。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String[] |
getTableSupportedPrivileges()
Get 实例支持的数据库表权限。
|
void |
setColumnSupportedPrivileges(String[] ColumnSupportedPrivileges)
Set 实例支持的数据库列权限。
|
void |
setDatabaseSupportedPrivileges(String[] DatabaseSupportedPrivileges)
Set 实例支持的数据库权限。
|
void |
setGlobalSupportedPrivileges(String[] GlobalSupportedPrivileges)
Set 实例支持的全局权限。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setTableSupportedPrivileges(String[] TableSupportedPrivileges)
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 DescribeSupportedPrivilegesResponse()
public DescribeSupportedPrivilegesResponse(DescribeSupportedPrivilegesResponse source)
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 © 2023. All rights reserved.