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 账户名
|
String |
getClusterId()
Get 集群id
|
String |
getDb()
Get 数据库名,为*时,忽略Type/TableName, 表示修改用户全局权限;
|
String |
getHost()
Get 主机
|
String |
getTableName()
Get 当Type="table"时,用来指定表名
|
String |
getType()
Get 指定数据库下的对象类型,可选"table","*"
|
void |
setAccountName(String AccountName)
Set 账户名
|
void |
setClusterId(String ClusterId)
Set 集群id
|
void |
setDb(String Db)
Set 数据库名,为*时,忽略Type/TableName, 表示修改用户全局权限;
|
void |
setHost(String Host)
Set 主机
|
void |
setTableName(String TableName)
Set 当Type="table"时,用来指定表名
|
void |
setType(String Type)
Set 指定数据库下的对象类型,可选"table","*"
|
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, toJsonString
public DescribeAccountPrivilegesRequest()
public DescribeAccountPrivilegesRequest(DescribeAccountPrivilegesRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群idpublic String getAccountName()
public void setAccountName(String AccountName)
AccountName
- 账户名public String getHost()
public void setHost(String Host)
Host
- 主机public String getDb()
public void setDb(String Db)
Db
- 数据库名,为*时,忽略Type/TableName, 表示修改用户全局权限;public String getType()
public void setType(String Type)
Type
- 指定数据库下的对象类型,可选"table","*"public String getTableName()
public void setTableName(String TableName)
TableName
- 当Type="table"时,用来指定表名Copyright © 2025. All rights reserved.