public class DescribeTablesRequest extends AbstractModel
Constructor and Description |
---|
DescribeTablesRequest() |
DescribeTablesRequest(DescribeTablesRequest 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 |
getDatabaseName()
Get 列出该数据库下所属数据表。
|
Filter[] |
getFilters()
Get 过滤条件,如下支持的过滤类型,传参Name应为其一
table-name - String - (过滤条件)数据表名称,形如:table-001。
table-id - String - (过滤条件)table id形如:12342。
|
Long |
getLimit()
Get 返回数量,默认为10,最大值为100。
|
Long |
getOffset()
Get 数据偏移量,从0开始,默认为0。
|
void |
setDatabaseName(String DatabaseName)
Set 列出该数据库下所属数据表。
|
void |
setFilters(Filter[] Filters)
Set 过滤条件,如下支持的过滤类型,传参Name应为其一
table-name - String - (过滤条件)数据表名称,形如:table-001。
table-id - String - (过滤条件)table id形如:12342。
|
void |
setLimit(Long Limit)
Set 返回数量,默认为10,最大值为100。
|
void |
setOffset(Long Offset)
Set 数据偏移量,从0开始,默认为0。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeTablesRequest()
public DescribeTablesRequest(DescribeTablesRequest source)
public String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName
- 列出该数据库下所属数据表。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为10,最大值为100。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 数据偏移量,从0开始,默认为0。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件,如下支持的过滤类型,传参Name应为其一
table-name - String - (过滤条件)数据表名称,形如:table-001。
table-id - String - (过滤条件)table id形如:12342。Copyright © 2021. All rights reserved.