Class DescribeTablesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.omics.v20221128.models.DescribeTablesRequest
-
public class DescribeTablesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter[]getFilters()Get 过滤器,支持过滤字段: - Name:表格名称 - TableId:表格IDLonggetLimit()Get 返回数量,默认为10,最大值为100。LonggetOffset()Get 偏移量,默认为0。StringgetProjectId()Get 项目ID。voidsetFilters(Filter[] Filters)Set 过滤器,支持过滤字段: - Name:表格名称 - TableId:表格IDvoidsetLimit(Long Limit)Set 返回数量,默认为10,最大值为100。voidsetOffset(Long Offset)Set 偏移量,默认为0。voidsetProjectId(String ProjectId)Set 项目ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeTablesRequest
public DescribeTablesRequest()
-
DescribeTablesRequest
public 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.
-
-
Method Detail
-
getProjectId
public String getProjectId()
Get 项目ID。- Returns:
- ProjectId 项目ID。
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目ID。- Parameters:
ProjectId- 项目ID。
-
getLimit
public Long getLimit()
Get 返回数量,默认为10,最大值为100。- Returns:
- Limit 返回数量,默认为10,最大值为100。
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为10,最大值为100。- Parameters:
Limit- 返回数量,默认为10,最大值为100。
-
getOffset
public Long getOffset()
Get 偏移量,默认为0。- Returns:
- Offset 偏移量,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0。- Parameters:
Offset- 偏移量,默认为0。
-
getFilters
public Filter[] getFilters()
Get 过滤器,支持过滤字段: - Name:表格名称 - TableId:表格ID- Returns:
- Filters 过滤器,支持过滤字段: - Name:表格名称 - TableId:表格ID
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤器,支持过滤字段: - Name:表格名称 - TableId:表格ID- Parameters:
Filters- 过滤器,支持过滤字段: - Name:表格名称 - TableId:表格ID
-
-