public class DescribeAccountPrivilegesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeAccountPrivilegesRequest()  | 
DescribeAccountPrivilegesRequest(DescribeAccountPrivilegesRequest 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 | 
getAccountName()
Get Account name 
 | 
String | 
getClusterId()
Get Cluster ID 
 | 
String | 
getDb()
Get When the database name is “*”, the value specified in `Type` and `TableName` will be ignored, indicating that the user's global permissions are being modified. 
 | 
String | 
getHost()
Get Host 
 | 
String | 
getTableName()
Get The database name can be specified when `Type` is 'table'. 
 | 
String | 
getType()
Get Object type in a specified database. 
 | 
void | 
setAccountName(String AccountName)
Set Account name 
 | 
void | 
setClusterId(String ClusterId)
Set Cluster ID 
 | 
void | 
setDb(String Db)
Set When the database name is “*”, the value specified in `Type` and `TableName` will be ignored, indicating that the user's global permissions are being modified. 
 | 
void | 
setHost(String Host)
Set Host 
 | 
void | 
setTableName(String TableName)
Set The database name can be specified when `Type` is 'table'. 
 | 
void | 
setType(String Type)
Set Object type in a specified database. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeAccountPrivilegesRequest()
public DescribeAccountPrivilegesRequest(DescribeAccountPrivilegesRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getAccountName()
public void setAccountName(String AccountName)
AccountName - Account namepublic String getHost()
public void setHost(String Host)
Host - Hostpublic String getDb()
public void setDb(String Db)
Db - When the database name is “*”, the value specified in `Type` and `TableName` will be ignored, indicating that the user's global permissions are being modified.public String getType()
public void setType(String Type)
Type - Object type in a specified database. Valid values: `table`, `*`.public String getTableName()
public void setTableName(String TableName)
TableName - The database name can be specified when `Type` is 'table'.Copyright © 2025. All rights reserved.