public class ChangeColumnSecLevelRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
columnName
The name of the field.
|
Long |
dbId
The ID of the database.
|
Boolean |
isLogic
Specifies whether the database is a logical database.
|
String |
newLevel
The new sensitivity level of the field that you want to specify.
|
String |
schemaName
The name of the database.
|
String |
tableName
The name of the table.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ChangeColumnSecLevelRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ChangeColumnSecLevelRequest |
build(Map<String,?> map) |
String |
getColumnName() |
Long |
getDbId() |
Boolean |
getIsLogic() |
String |
getNewLevel() |
String |
getSchemaName() |
String |
getTableName() |
Long |
getTid() |
ChangeColumnSecLevelRequest |
setColumnName(String columnName) |
ChangeColumnSecLevelRequest |
setDbId(Long dbId) |
ChangeColumnSecLevelRequest |
setIsLogic(Boolean isLogic) |
ChangeColumnSecLevelRequest |
setNewLevel(String newLevel) |
ChangeColumnSecLevelRequest |
setSchemaName(String schemaName) |
ChangeColumnSecLevelRequest |
setTableName(String tableName) |
ChangeColumnSecLevelRequest |
setTid(Long tid) |
@NameInMap(value="ColumnName") public String columnName
The name of the field. You can call the ListSensitiveColumns operation to obtain the name of the field.
You can also call the ListColumns operation to obtain the name of the field.
This parameter is required.
example:test_column
@NameInMap(value="DbId") public Long dbId
The ID of the database. You can call the SearchDatabase operation to obtain the ID of the database.
You can also call the ListDatabases operation to obtain the ID of a physical database and the ListLogicDatabases operation to obtain the ID of a logical database.
This parameter is required.
example:325
@NameInMap(value="IsLogic") public Boolean isLogic
Specifies whether the database is a logical database. Valid values:
This parameter is required.
example:false
@NameInMap(value="NewLevel") public String newLevel
The new sensitivity level of the field that you want to specify. Valid values:
This parameter is required.
example:SENSITIVE
@NameInMap(value="SchemaName") public String schemaName
The name of the database. You can call the ListSensitiveColumns operation to obtain the name of the database.
This parameter is required.
example:test_schema
@NameInMap(value="TableName") public String tableName
The name of the table. You can call the ListSensitiveColumns operation to obtain the name of the table.
You can also call the ListTables operation to obtain the name of the table.
This parameter is required.
example:test_table
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see View information about the current tenant.
43253
public static ChangeColumnSecLevelRequest build(Map<String,?> map) throws Exception
Exceptionpublic ChangeColumnSecLevelRequest setColumnName(String columnName)
public String getColumnName()
public ChangeColumnSecLevelRequest setDbId(Long dbId)
public Long getDbId()
public ChangeColumnSecLevelRequest setIsLogic(Boolean isLogic)
public Boolean getIsLogic()
public ChangeColumnSecLevelRequest setNewLevel(String newLevel)
public String getNewLevel()
public ChangeColumnSecLevelRequest setSchemaName(String schemaName)
public String getSchemaName()
public ChangeColumnSecLevelRequest setTableName(String tableName)
public String getTableName()
public ChangeColumnSecLevelRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.