Class DescribeSupportedPrivilegesResponse


  • public class DescribeSupportedPrivilegesResponse
    extends AbstractModel
    • 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。