public class ListDatabaseRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ListDatabaseRequest() |
ListDatabaseRequest(ListDatabaseRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogName()
Get 目录名称
|
Long |
getDatasourceId()
Get 数据源ID
|
String |
getKeyword()
Get 数据库名称搜索关键字
|
Long |
getPageNumber()
Get 页码,从1开始
|
Long |
getPageSize()
Get 分页大小,最大500
|
void |
setCatalogName(String CatalogName)
Set 目录名称
|
void |
setDatasourceId(Long DatasourceId)
Set 数据源ID
|
void |
setKeyword(String Keyword)
Set 数据库名称搜索关键字
|
void |
setPageNumber(Long PageNumber)
Set 页码,从1开始
|
void |
setPageSize(Long PageSize)
Set 分页大小,最大500
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ListDatabaseRequest()
public ListDatabaseRequest(ListDatabaseRequest source)
public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 页码,从1开始public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 分页大小,最大500public String getCatalogName()
public void setCatalogName(String CatalogName)
CatalogName - 目录名称public Long getDatasourceId()
public void setDatasourceId(Long DatasourceId)
DatasourceId - 数据源IDpublic String getKeyword()
public void setKeyword(String Keyword)
Keyword - 数据库名称搜索关键字Copyright © 2025. All rights reserved.