public class ListSensitiveColumnsRequest
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.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
schemaName
The name of the database.
|
String |
securityLevel
The sensitivity level of the field.
|
String |
tableName
The name of the table.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListSensitiveColumnsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListSensitiveColumnsRequest |
build(Map<String,?> map) |
String |
getColumnName() |
Long |
getDbId() |
Boolean |
getLogic() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getSchemaName() |
String |
getSecurityLevel() |
String |
getTableName() |
Long |
getTid() |
ListSensitiveColumnsRequest |
setColumnName(String columnName) |
ListSensitiveColumnsRequest |
setDbId(Long dbId) |
ListSensitiveColumnsRequest |
setLogic(Boolean logic) |
ListSensitiveColumnsRequest |
setPageNumber(Integer pageNumber) |
ListSensitiveColumnsRequest |
setPageSize(Integer pageSize) |
ListSensitiveColumnsRequest |
setSchemaName(String schemaName) |
ListSensitiveColumnsRequest |
setSecurityLevel(String securityLevel) |
ListSensitiveColumnsRequest |
setTableName(String tableName) |
ListSensitiveColumnsRequest |
setTid(Long tid) |
@NameInMap(value="ColumnName") public String columnName
The name of the field. You can call the ListColumns operation to query the name of the field.
example:test_column
@NameInMap(value="DbId") public Long dbId
The ID of the database. You can call the SearchDatabase operation to query the ID of the database.
example:You can also call the ListDatabases operation to query the ID of the physical database and the ListLogicDatabases operation to query the ID of a logical database.
1860
@NameInMap(value="Logic") public Boolean logic
Specifies whether the database is a logical database. Valid values:
false
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page.
example:100
@NameInMap(value="SchemaName") public String schemaName
The name of the database. You can call the SearchDatabase operation to query the name of the database.
example:You can also call the ListDatabases operation to query the name of a physical database and the ListLogicDatabases operation to query the name of a logical database.
test_schema
@NameInMap(value="SecurityLevel") public String securityLevel
The sensitivity level of the field. Valid values:
SENSITIVE
@NameInMap(value="TableName") public String tableName
The name of the table. You can call the ListTables operation to query the ID of the table.
example:test_table
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the "View information about the current tenant" section of the Manage DMS tenants topic.
3
public static ListSensitiveColumnsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListSensitiveColumnsRequest setColumnName(String columnName)
public String getColumnName()
public ListSensitiveColumnsRequest setDbId(Long dbId)
public Long getDbId()
public ListSensitiveColumnsRequest setLogic(Boolean logic)
public Boolean getLogic()
public ListSensitiveColumnsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListSensitiveColumnsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListSensitiveColumnsRequest setSchemaName(String schemaName)
public String getSchemaName()
public ListSensitiveColumnsRequest setSecurityLevel(String securityLevel)
public String getSecurityLevel()
public ListSensitiveColumnsRequest setTableName(String tableName)
public String getTableName()
public ListSensitiveColumnsRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.