public class GrantAccountPrivilegesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GrantAccountPrivilegesRequest() |
GrantAccountPrivilegesRequest(GrantAccountPrivilegesRequest 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GrantAccountPrivilegesRequest()
public GrantAccountPrivilegesRequest(GrantAccountPrivilegesRequest 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 © 2024. All rights reserved.