public class ListTablesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
databaseId
The ID of the physical 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 a table.
|
String |
searchName
The name used to search for tables.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListTablesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListTablesRequest |
build(Map<String,?> map) |
String |
getDatabaseId() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
Boolean |
getReturnGuid() |
String |
getSearchName() |
Long |
getTid() |
ListTablesRequest |
setDatabaseId(String databaseId) |
ListTablesRequest |
setPageNumber(Integer pageNumber) |
ListTablesRequest |
setPageSize(Integer pageSize) |
ListTablesRequest |
setReturnGuid(Boolean returnGuid) |
ListTablesRequest |
setSearchName(String searchName) |
ListTablesRequest |
setTid(Long tid) |
@NameInMap(value="DatabaseId") public String databaseId
The ID of the physical database. You can call the ListDatabases or SearchDatabase operation to obtain the ID of the physical database.
This parameter is required.
example:1860****
@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 a table. Valid values:
true
@NameInMap(value="SearchName") public String searchName
The name used to search for tables. Fuzzy search is supported.
example:test
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID.
example:3***
public static ListTablesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListTablesRequest setDatabaseId(String databaseId)
public String getDatabaseId()
public ListTablesRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListTablesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListTablesRequest setReturnGuid(Boolean returnGuid)
public Boolean getReturnGuid()
public ListTablesRequest setSearchName(String searchName)
public String getSearchName()
public ListTablesRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.