public class DescribeTableGroupsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTableGroupsRequest() | 
| DescribeTableGroupsRequest(DescribeTableGroupsRequest 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 过滤条件,本接口支持:TableGroupName,TableGroupId | 
| Long | getLimit()Get 查询列表返回记录数 | 
| Long | getOffset()Get 查询列表偏移量 | 
| String[] | getTableGroupIds()Get 表格组ID列表 | 
| void | setClusterId(String ClusterId)Set 表格组所属集群ID | 
| void | setFilters(Filter[] Filters)Set 过滤条件,本接口支持:TableGroupName,TableGroupId | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeTableGroupsRequest()
public DescribeTableGroupsRequest(DescribeTableGroupsRequest 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 - 过滤条件,本接口支持:TableGroupName,TableGroupIdpublic Long getOffset()
public void setOffset(Long Offset)
Offset - 查询列表偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit - 查询列表返回记录数Copyright © 2025. All rights reserved.