public class DescribeTablesInRecycleRequest extends AbstractModel
header, skipSign| 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 of the cluster where the table to be queried resides | 
| Filter[] | getFilters()Get Filter. | 
| Long | getLimit()Get Number of returned query results | 
| Long | getOffset()Get Query result offset | 
| String[] | getTableGroupIds()Get List of IDs of the table groups where the table to be queried resides | 
| void | setClusterId(String ClusterId)Set ID of the cluster where the table to be queried resides | 
| void | setFilters(Filter[] Filters)Set Filter. | 
| void | setLimit(Long Limit)Set Number of returned query results | 
| void | setOffset(Long Offset)Set Query result offset | 
| void | setTableGroupIds(String[] TableGroupIds)Set List of IDs of the table groups where the table to be queried resides | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeTablesInRecycleRequest()
public DescribeTablesInRecycleRequest(DescribeTablesInRecycleRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - ID of the cluster where the table to be queried residespublic String[] getTableGroupIds()
public void setTableGroupIds(String[] TableGroupIds)
TableGroupIds - List of IDs of the table groups where the table to be queried residespublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter. Valid values: TableName, TableInstanceIdpublic Long getOffset()
public void setOffset(Long Offset)
Offset - Query result offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returned query resultsCopyright © 2025. All rights reserved.