public class ListLogicTablesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
databaseId
The ID of the logical database.
|
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 the table.
|
String |
searchName
The keyword that is used to search for the logical tables.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListLogicTablesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListLogicTablesRequest |
build(Map<String,?> map) |
String |
getDatabaseId() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
Boolean |
getReturnGuid() |
String |
getSearchName() |
Long |
getTid() |
ListLogicTablesRequest |
setDatabaseId(String databaseId) |
ListLogicTablesRequest |
setPageNumber(Integer pageNumber) |
ListLogicTablesRequest |
setPageSize(Integer pageSize) |
ListLogicTablesRequest |
setReturnGuid(Boolean returnGuid) |
ListLogicTablesRequest |
setSearchName(String searchName) |
ListLogicTablesRequest |
setTid(Long tid) |
@NameInMap(value="DatabaseId") public String databaseId
The ID of the logical database.
This parameter is required.
example:1
@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 the table.
example:true
@NameInMap(value="SearchName") public String searchName
The keyword that is used to search for the logical tables. Prefix match is supported.
example:test
@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 Manage DMS tenants.
-1
public static ListLogicTablesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListLogicTablesRequest setDatabaseId(String databaseId)
public String getDatabaseId()
public ListLogicTablesRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListLogicTablesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListLogicTablesRequest setReturnGuid(Boolean returnGuid)
public Boolean getReturnGuid()
public ListLogicTablesRequest setSearchName(String searchName)
public String getSearchName()
public ListLogicTablesRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.