Class DescribeK8sApiAbnormalRuleScopeListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.DescribeK8sApiAbnormalRuleScopeListRequest
-
public class DescribeK8sApiAbnormalRuleScopeListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeK8sApiAbnormalRuleScopeListRequest()DescribeK8sApiAbnormalRuleScopeListRequest(DescribeK8sApiAbnormalRuleScopeListRequest 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 RunTimeFilters[]getFilters()Get 过滤条件。 Action - string -是否必填: 否 - 执行动作 RiskLevel - string - 是否必填: 否 -威胁等级筛选LonggetLimit()Get 需要返回的数量,默认为10,最大值为100LonggetOffset()Get 偏移量StringgetRuleID()Get 规则IDvoidsetFilters(RunTimeFilters[] Filters)Set 过滤条件。 Action - string -是否必填: 否 - 执行动作 RiskLevel - string - 是否必填: 否 -威胁等级筛选voidsetLimit(Long Limit)Set 需要返回的数量,默认为10,最大值为100voidsetOffset(Long Offset)Set 偏移量voidsetRuleID(String RuleID)Set 规则IDvoidtoMap(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
-
DescribeK8sApiAbnormalRuleScopeListRequest
public DescribeK8sApiAbnormalRuleScopeListRequest()
-
DescribeK8sApiAbnormalRuleScopeListRequest
public DescribeK8sApiAbnormalRuleScopeListRequest(DescribeK8sApiAbnormalRuleScopeListRequest 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
-
getRuleID
public String getRuleID()
Get 规则ID- Returns:
- RuleID 规则ID
-
setRuleID
public void setRuleID(String RuleID)
Set 规则ID- Parameters:
RuleID- 规则ID
-
getOffset
public Long getOffset()
Get 偏移量- Returns:
- Offset 偏移量
-
setOffset
public void setOffset(Long Offset)
Set 偏移量- Parameters:
Offset- 偏移量
-
getLimit
public Long getLimit()
Get 需要返回的数量,默认为10,最大值为100- Returns:
- Limit 需要返回的数量,默认为10,最大值为100
-
setLimit
public void setLimit(Long Limit)
Set 需要返回的数量,默认为10,最大值为100- Parameters:
Limit- 需要返回的数量,默认为10,最大值为100
-
getFilters
public RunTimeFilters[] getFilters()
Get 过滤条件。- Action - string -是否必填: 否 - 执行动作
- RiskLevel - string - 是否必填: 否 -威胁等级筛选
- Returns:
- Filters 过滤条件。
- Action - string -是否必填: 否 - 执行动作
- RiskLevel - string - 是否必填: 否 -威胁等级筛选
-
setFilters
public void setFilters(RunTimeFilters[] Filters)
Set 过滤条件。- Action - string -是否必填: 否 - 执行动作
- RiskLevel - string - 是否必填: 否 -威胁等级筛选
- Parameters:
Filters- 过滤条件。- Action - string -是否必填: 否 - 执行动作
- RiskLevel - string - 是否必填: 否 -威胁等级筛选
-
-