public class DescribeTableGroupsRequest extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2022. All rights reserved.