public class DescribeTablesInRecycleRequest extends AbstractModel
Constructor and Description |
---|
DescribeTablesInRecycleRequest() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.