public class ModifyDatabaseTableAccessRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDatabaseTableAccessRequest() |
ModifyDatabaseTableAccessRequest(ModifyDatabaseTableAccessRequest 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 |
getCatalogName()
Get Catalog name, defaults to internal if not specified.
|
String |
getDatabase()
Get Database name
|
String |
getGrantOrRevoke()
Get Operation type: GRANT or REVOKE
|
String |
getInstanceId()
Get InstanceId
|
String |
getPassWord()
Get Password corresponding to the user.
|
String[] |
getPrivileges()
Get Permission list
|
String |
getRole()
Get Role name, if authorized to the role
|
String |
getTable()
Get Table name.
|
String |
getUserName()
Get Use the user who has corresponding permissions for operations.
|
String |
getWhiteHost()
Get Machine Group, defaults to % if not specified.
|
void |
setCatalogName(String CatalogName)
Set Catalog name, defaults to internal if not specified.
|
void |
setDatabase(String Database)
Set Database name
|
void |
setGrantOrRevoke(String GrantOrRevoke)
Set Operation type: GRANT or REVOKE
|
void |
setInstanceId(String InstanceId)
Set InstanceId
|
void |
setPassWord(String PassWord)
Set Password corresponding to the user.
|
void |
setPrivileges(String[] Privileges)
Set Permission list
|
void |
setRole(String Role)
Set Role name, if authorized to the role
|
void |
setTable(String Table)
Set Table name.
|
void |
setUserName(String UserName)
Set Use the user who has corresponding permissions for operations.
|
void |
setWhiteHost(String WhiteHost)
Set Machine Group, defaults to % if not specified.
|
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 ModifyDatabaseTableAccessRequest()
public ModifyDatabaseTableAccessRequest(ModifyDatabaseTableAccessRequest source)
public String getDatabase()
public void setDatabase(String Database)
Database
- Database namepublic String[] getPrivileges()
public void setPrivileges(String[] Privileges)
Privileges
- Permission listpublic String getGrantOrRevoke()
public void setGrantOrRevoke(String GrantOrRevoke)
GrantOrRevoke
- Operation type: GRANT or REVOKEpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- InstanceIdpublic String getTable()
public void setTable(String Table)
Table
- Table name. If it is null, it indicates that the entire database is authorized.public String getRole()
public void setRole(String Role)
Role
- Role name, if authorized to the rolepublic String getUserName()
public void setUserName(String UserName)
UserName
- Use the user who has corresponding permissions for operations. If the TCHouse-D cluster uses a kernel account registered by a CAM user, you do not need to fill it in.public String getPassWord()
public void setPassWord(String PassWord)
PassWord
- Password corresponding to the user. If the TCHouse-D cluster uses a kernel account registered by a CAM user, you do not need to fill it in.public String getCatalogName()
public void setCatalogName(String CatalogName)
CatalogName
- Catalog name, defaults to internal if not specified.public String getWhiteHost()
public void setWhiteHost(String WhiteHost)
WhiteHost
- Machine Group, defaults to % if not specified.Copyright © 2025. All rights reserved.