public class RevokeAccountPrivilegesRequest extends AbstractModel
Constructor and Description |
---|
RevokeAccountPrivilegesRequest() |
RevokeAccountPrivilegesRequest(RevokeAccountPrivilegesRequest 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 |
---|---|
InputAccount |
getAccount()
Get 账号信息
|
String |
getClusterId()
Get 集群id
|
String[] |
getDbTablePrivileges()
Get 数据库表权限数组
|
DbTable[] |
getDbTables()
Get 数据库表信息
|
void |
setAccount(InputAccount Account)
Set 账号信息
|
void |
setClusterId(String ClusterId)
Set 集群id
|
void |
setDbTablePrivileges(String[] DbTablePrivileges)
Set 数据库表权限数组
|
void |
setDbTables(DbTable[] DbTables)
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 RevokeAccountPrivilegesRequest()
public RevokeAccountPrivilegesRequest(RevokeAccountPrivilegesRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群idpublic InputAccount getAccount()
public void setAccount(InputAccount Account)
Account
- 账号信息public String[] getDbTablePrivileges()
public void setDbTablePrivileges(String[] DbTablePrivileges)
DbTablePrivileges
- 数据库表权限数组public DbTable[] getDbTables()
public void setDbTables(DbTable[] DbTables)
DbTables
- 数据库表信息Copyright © 2022. All rights reserved.