public class DescribeDataSourceListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDataSourceListRequest() |
DescribeDataSourceListRequest(DescribeDataSourceListRequest 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 |
---|---|
Filter[] |
getFilters()
Get 可选过滤条件,Filter可选配置(参考): "Name": { "type": "string", "description": "数据源名称" }, "Type": { "type": "string", "description": "类型" }, "ClusterId": { "type": "string", "description": "集群id" }, "CategoryId": { "type": "string", "description": "分类,项目或空间id" }
|
OrderField[] |
getOrderFields()
Get 排序配置
|
Long |
getPageNumber()
Get 页码
|
Long |
getPageSize()
Get 返回数量
|
void |
setFilters(Filter[] Filters)
Set 可选过滤条件,Filter可选配置(参考): "Name": { "type": "string", "description": "数据源名称" }, "Type": { "type": "string", "description": "类型" }, "ClusterId": { "type": "string", "description": "集群id" }, "CategoryId": { "type": "string", "description": "分类,项目或空间id" }
|
void |
setOrderFields(OrderField[] OrderFields)
Set 排序配置
|
void |
setPageNumber(Long PageNumber)
Set 页码
|
void |
setPageSize(Long PageSize)
Set 返回数量
|
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, toJsonString
public DescribeDataSourceListRequest()
public DescribeDataSourceListRequest(DescribeDataSourceListRequest source)
public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 页码public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 返回数量public OrderField[] getOrderFields()
public void setOrderFields(OrderField[] OrderFields)
OrderFields
- 排序配置public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 可选过滤条件,Filter可选配置(参考): "Name": { "type": "string", "description": "数据源名称" }, "Type": { "type": "string", "description": "类型" }, "ClusterId": { "type": "string", "description": "集群id" }, "CategoryId": { "type": "string", "description": "分类,项目或空间id" }Copyright © 2024. All rights reserved.