public class DescribeTableGroupsRequest extends AbstractModel
| Constructor and Description |
|---|
DescribeTableGroupsRequest() |
| 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, toJsonStringpublic 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 © 2020. All rights reserved.