Class DescribeSupportedPrivilegesResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.DescribeSupportedPrivilegesResponse
-
public class DescribeSupportedPrivilegesResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getColumnSupportedPrivileges()Get 实例支持的数据库列权限。String[]getDatabaseSupportedPrivileges()Get 实例支持的数据库权限。String[]getGlobalSupportedPrivileges()Get 实例支持的全局权限。StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。String[]getTableSupportedPrivileges()Get 实例支持的数据库表权限。voidsetColumnSupportedPrivileges(String[] ColumnSupportedPrivileges)Set 实例支持的数据库列权限。voidsetDatabaseSupportedPrivileges(String[] DatabaseSupportedPrivileges)Set 实例支持的数据库权限。voidsetGlobalSupportedPrivileges(String[] GlobalSupportedPrivileges)Set 实例支持的全局权限。voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetTableSupportedPrivileges(String[] TableSupportedPrivileges)Set 实例支持的数据库表权限。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeSupportedPrivilegesResponse
public DescribeSupportedPrivilegesResponse()
-
DescribeSupportedPrivilegesResponse
public 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.
-
-
Method Detail
-
getGlobalSupportedPrivileges
public String[] getGlobalSupportedPrivileges()
Get 实例支持的全局权限。- Returns:
- GlobalSupportedPrivileges 实例支持的全局权限。
-
setGlobalSupportedPrivileges
public void setGlobalSupportedPrivileges(String[] GlobalSupportedPrivileges)
Set 实例支持的全局权限。- Parameters:
GlobalSupportedPrivileges- 实例支持的全局权限。
-
getDatabaseSupportedPrivileges
public String[] getDatabaseSupportedPrivileges()
Get 实例支持的数据库权限。- Returns:
- DatabaseSupportedPrivileges 实例支持的数据库权限。
-
setDatabaseSupportedPrivileges
public void setDatabaseSupportedPrivileges(String[] DatabaseSupportedPrivileges)
Set 实例支持的数据库权限。- Parameters:
DatabaseSupportedPrivileges- 实例支持的数据库权限。
-
getTableSupportedPrivileges
public String[] getTableSupportedPrivileges()
Get 实例支持的数据库表权限。- Returns:
- TableSupportedPrivileges 实例支持的数据库表权限。
-
setTableSupportedPrivileges
public void setTableSupportedPrivileges(String[] TableSupportedPrivileges)
Set 实例支持的数据库表权限。- Parameters:
TableSupportedPrivileges- 实例支持的数据库表权限。
-
getColumnSupportedPrivileges
public String[] getColumnSupportedPrivileges()
Get 实例支持的数据库列权限。- Returns:
- ColumnSupportedPrivileges 实例支持的数据库列权限。
-
setColumnSupportedPrivileges
public void setColumnSupportedPrivileges(String[] ColumnSupportedPrivileges)
Set 实例支持的数据库列权限。- Parameters:
ColumnSupportedPrivileges- 实例支持的数据库列权限。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-