public class DescribeTablesInRecycleRequest extends AbstractModel
Constructor and Description |
---|
DescribeTablesInRecycleRequest() |
DescribeTablesInRecycleRequest(DescribeTablesInRecycleRequest 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 |
getClusterId()
Get 待查询表格所属集群ID
|
Filter[] |
getFilters()
Get 过滤条件,本接口支持:TableName,TableInstanceId
|
Long |
getLimit()
Get 查询结果返回记录数量
|
Long |
getOffset()
Get 查询结果偏移量
|
String[] |
getTableGroupIds()
Get 待查询表格所属表格组ID列表
|
void |
setClusterId(String ClusterId)
Set 待查询表格所属集群ID
|
void |
setFilters(Filter[] Filters)
Set 过滤条件,本接口支持:TableName,TableInstanceId
|
void |
setLimit(Long Limit)
Set 查询结果返回记录数量
|
void |
setOffset(Long Offset)
Set 查询结果偏移量
|
void |
setTableGroupIds(String[] TableGroupIds)
Set 待查询表格所属表格组ID列表
|
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 DescribeTablesInRecycleRequest()
public DescribeTablesInRecycleRequest(DescribeTablesInRecycleRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 待查询表格所属集群IDpublic String[] getTableGroupIds()
public void setTableGroupIds(String[] TableGroupIds)
TableGroupIds
- 待查询表格所属表格组ID列表public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件,本接口支持:TableName,TableInstanceIdpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 查询结果偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 查询结果返回记录数量Copyright © 2023. All rights reserved.