public class ListSensitiveColumnsDetailRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
columnName
The name of the field.
|
Long |
dbId
The ID of the database.
|
Boolean |
logic
Specifies whether the database is a logical database.
|
String |
schemaName
The name of the database.
|
String |
tableName
The name of the table.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListSensitiveColumnsDetailRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListSensitiveColumnsDetailRequest |
build(Map<String,?> map) |
String |
getColumnName() |
Long |
getDbId() |
Boolean |
getLogic() |
String |
getSchemaName() |
String |
getTableName() |
Long |
getTid() |
ListSensitiveColumnsDetailRequest |
setColumnName(String columnName) |
ListSensitiveColumnsDetailRequest |
setDbId(Long dbId) |
ListSensitiveColumnsDetailRequest |
setLogic(Boolean logic) |
ListSensitiveColumnsDetailRequest |
setSchemaName(String schemaName) |
ListSensitiveColumnsDetailRequest |
setTableName(String tableName) |
ListSensitiveColumnsDetailRequest |
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:ColumnName_test
@NameInMap(value="DbId") public Long dbId
The ID of the database. The database can be a physical database or a logical database.
1860****
@NameInMap(value="Logic") public Boolean logic
Specifies whether the database is a logical database. Valid values:
false
@NameInMap(value="SchemaName") public String schemaName
The name of the database. You can call the ListSensitiveColumns operation to obtain the name of the database.
- You can also call the ListDatabases or SearchDatabase operation to obtain the name of a physical database.
- You can also call the ListLogicDatabases or SearchDatabase operation to obtain the name of a logical database.
This parameter is required.
example:SchemaName_test
@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
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID.
example:3***
public static ListSensitiveColumnsDetailRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListSensitiveColumnsDetailRequest setColumnName(String columnName)
public String getColumnName()
public ListSensitiveColumnsDetailRequest setDbId(Long dbId)
public Long getDbId()
public ListSensitiveColumnsDetailRequest setLogic(Boolean logic)
public Boolean getLogic()
public ListSensitiveColumnsDetailRequest setSchemaName(String schemaName)
public String getSchemaName()
public ListSensitiveColumnsDetailRequest setTableName(String tableName)
public String getTableName()
public ListSensitiveColumnsDetailRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.