Class DescribeBaselineRuleListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.DescribeBaselineRuleListRequest
-
public class DescribeBaselineRuleListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeBaselineRuleListRequest()DescribeBaselineRuleListRequest(DescribeBaselineRuleListRequest 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 StringgetBy()Get 可选排序列Filter[]getFilters()Get RuleName - String - 是否必填:否 - 规则名称 CategoryId - int64 - 是否必填:否 自定义筛选为-1 - 规则分类 RuleType - int - 是否必填:否 0:系统 1:自定义 - 规则类型LonggetLimit()Get 限制条数,默认10,最大100LonggetOffset()Get 偏移量,默认0StringgetOrder()Get 排序方式: [ASC:升序|DESC:降序]voidsetBy(String By)Set 可选排序列voidsetFilters(Filter[] Filters)Set RuleName - String - 是否必填:否 - 规则名称 CategoryId - int64 - 是否必填:否 自定义筛选为-1 - 规则分类 RuleType - int - 是否必填:否 0:系统 1:自定义 - 规则类型voidsetLimit(Long Limit)Set 限制条数,默认10,最大100voidsetOffset(Long Offset)Set 偏移量,默认0voidsetOrder(String Order)Set 排序方式: [ASC:升序|DESC:降序]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
-
DescribeBaselineRuleListRequest
public DescribeBaselineRuleListRequest()
-
DescribeBaselineRuleListRequest
public DescribeBaselineRuleListRequest(DescribeBaselineRuleListRequest 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
-
getFilters
public Filter[] getFilters()
Get- RuleName - String - 是否必填:否 - 规则名称
- CategoryId - int64 - 是否必填:否 自定义筛选为-1 - 规则分类
- RuleType - int - 是否必填:否 0:系统 1:自定义 - 规则类型
- Returns:
- Filters
- RuleName - String - 是否必填:否 - 规则名称
- CategoryId - int64 - 是否必填:否 自定义筛选为-1 - 规则分类
- RuleType - int - 是否必填:否 0:系统 1:自定义 - 规则类型
-
setFilters
public void setFilters(Filter[] Filters)
Set- RuleName - String - 是否必填:否 - 规则名称
- CategoryId - int64 - 是否必填:否 自定义筛选为-1 - 规则分类
- RuleType - int - 是否必填:否 0:系统 1:自定义 - 规则类型
- Parameters:
Filters-- RuleName - String - 是否必填:否 - 规则名称
- CategoryId - int64 - 是否必填:否 自定义筛选为-1 - 规则分类
- RuleType - int - 是否必填:否 0:系统 1:自定义 - 规则类型
-
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
-
getOrder
public String getOrder()
Get 排序方式: [ASC:升序|DESC:降序]- Returns:
- Order 排序方式: [ASC:升序|DESC:降序]
-
setOrder
public void setOrder(String Order)
Set 排序方式: [ASC:升序|DESC:降序]- Parameters:
Order- 排序方式: [ASC:升序|DESC:降序]
-
getBy
public String getBy()
Get 可选排序列- Returns:
- By 可选排序列
-
setBy
public void setBy(String By)
Set 可选排序列- Parameters:
By- 可选排序列
-
-