Class DescribeBaselineRuleDetectListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.DescribeBaselineRuleDetectListRequest
-
public class DescribeBaselineRuleDetectListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeBaselineRuleDetectListRequest()DescribeBaselineRuleDetectListRequest(DescribeBaselineRuleDetectListRequest 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 可选排序列: [HostCount|FirstTime|LastTime]Filter[]getFilters()Get PolicyId - int64 - 是否必填:否 - 策略Id ItemId - int64 - 是否必填:否 - 策略Id RuleName - string - 是否必填:否 - 规则名称 DetectStatus - int - 是否必填:否 - 检测状态 StartTime - string - 是否必填:否 - 开时时间 EndTime - string - 是否必填:否 - 结束时间LonggetLimit()Get 限制条数,默认10,最大100LonggetOffset()Get 偏移量,默认0StringgetOrder()Get 排序方式: [ASC:升序|DESC:降序]voidsetBy(String By)Set 可选排序列: [HostCount|FirstTime|LastTime]voidsetFilters(Filter[] Filters)Set PolicyId - int64 - 是否必填:否 - 策略Id ItemId - int64 - 是否必填:否 - 策略Id RuleName - string - 是否必填:否 - 规则名称 DetectStatus - int - 是否必填:否 - 检测状态 StartTime - string - 是否必填:否 - 开时时间 EndTime - string - 是否必填:否 - 结束时间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
-
DescribeBaselineRuleDetectListRequest
public DescribeBaselineRuleDetectListRequest()
-
DescribeBaselineRuleDetectListRequest
public DescribeBaselineRuleDetectListRequest(DescribeBaselineRuleDetectListRequest 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- PolicyId - int64 - 是否必填:否 - 策略Id
- ItemId - int64 - 是否必填:否 - 策略Id
- RuleName - string - 是否必填:否 - 规则名称
- DetectStatus - int - 是否必填:否 - 检测状态
- StartTime - string - 是否必填:否 - 开时时间
- EndTime - string - 是否必填:否 - 结束时间
- Returns:
- Filters
- PolicyId - int64 - 是否必填:否 - 策略Id
- ItemId - int64 - 是否必填:否 - 策略Id
- RuleName - string - 是否必填:否 - 规则名称
- DetectStatus - int - 是否必填:否 - 检测状态
- StartTime - string - 是否必填:否 - 开时时间
- EndTime - string - 是否必填:否 - 结束时间
-
setFilters
public void setFilters(Filter[] Filters)
Set- PolicyId - int64 - 是否必填:否 - 策略Id
- ItemId - int64 - 是否必填:否 - 策略Id
- RuleName - string - 是否必填:否 - 规则名称
- DetectStatus - int - 是否必填:否 - 检测状态
- StartTime - string - 是否必填:否 - 开时时间
- EndTime - string - 是否必填:否 - 结束时间
- Parameters:
Filters-- PolicyId - int64 - 是否必填:否 - 策略Id
- ItemId - int64 - 是否必填:否 - 策略Id
- RuleName - string - 是否必填:否 - 规则名称
- DetectStatus - int - 是否必填:否 - 检测状态
- StartTime - string - 是否必填:否 - 开时时间
- EndTime - string - 是否必填:否 - 结束时间
-
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 可选排序列: [HostCount|FirstTime|LastTime]- Returns:
- By 可选排序列: [HostCount|FirstTime|LastTime]
-
setBy
public void setBy(String By)
Set 可选排序列: [HostCount|FirstTime|LastTime]- Parameters:
By- 可选排序列: [HostCount|FirstTime|LastTime]
-
-