public class SearchTableRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dbType
The type of database.
|
String |
envType
The type of the environment to which databases belong.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
Boolean |
returnGuid
Specifies whether to return the GUID of each table.
|
String |
searchKey
The keyword that is used to query tables.
|
String |
searchRange
The scope of tables that you want to query.
|
String |
searchTarget
The type of table that you want to query.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
SearchTableRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SearchTableRequest |
build(Map<String,?> map) |
String |
getDbType() |
String |
getEnvType() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
Boolean |
getReturnGuid() |
String |
getSearchKey() |
String |
getSearchRange() |
String |
getSearchTarget() |
Long |
getTid() |
SearchTableRequest |
setDbType(String dbType) |
SearchTableRequest |
setEnvType(String envType) |
SearchTableRequest |
setPageNumber(Integer pageNumber) |
SearchTableRequest |
setPageSize(Integer pageSize) |
SearchTableRequest |
setReturnGuid(Boolean returnGuid) |
SearchTableRequest |
setSearchKey(String searchKey) |
SearchTableRequest |
setSearchRange(String searchRange) |
SearchTableRequest |
setSearchTarget(String searchTarget) |
SearchTableRequest |
setTid(Long tid) |
@NameInMap(value="DbType") public String dbType
The type of database. Valid values:
MySQL
@NameInMap(value="EnvType") public String envType
The type of the environment to which databases belong. For more information, see Change the environment type of an instance.
example:PRODUCT
@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:10
@NameInMap(value="ReturnGuid") public Boolean returnGuid
Specifies whether to return the GUID of each table.
example:false
@NameInMap(value="SearchKey") public String searchKey
The keyword that is used to query tables.
example:test
@NameInMap(value="SearchRange") public String searchRange
The scope of tables that you want to query. Valid values:
OWNER
@NameInMap(value="SearchTarget") public String searchTarget
The type of table that you want to query. Valid values:
LOGIC_TABLE
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the tenant ID, 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.
1
public static SearchTableRequest build(Map<String,?> map) throws Exception
Exceptionpublic SearchTableRequest setDbType(String dbType)
public String getDbType()
public SearchTableRequest setEnvType(String envType)
public String getEnvType()
public SearchTableRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public SearchTableRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public SearchTableRequest setReturnGuid(Boolean returnGuid)
public Boolean getReturnGuid()
public SearchTableRequest setSearchKey(String searchKey)
public String getSearchKey()
public SearchTableRequest setSearchRange(String searchRange)
public String getSearchRange()
public SearchTableRequest setSearchTarget(String searchTarget)
public String getSearchTarget()
public SearchTableRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.