public class DescribeTablesRequest extends AbstractModel
header, skipSign| 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 | 
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 
 | 
SelectedTableInfoNew[] | 
getSelectedTables()
Get Information list of tables to be queried. 
 | 
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 | 
setSelectedTables(SelectedTableInfoNew[] SelectedTables)
Set Information list of tables to be queried. 
 | 
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeTablesRequest()
public DescribeTablesRequest(DescribeTablesRequest 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 SelectedTableInfoNew[] getSelectedTables()
public void setSelectedTables(SelectedTableInfoNew[] SelectedTables)
SelectedTables - Information list of tables to be queried. If you need to filter the tables, use the`Filter` parameter.public 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.