public class DescribeK8sApiAbnormalRuleScopeListRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
RunTimeFilters[] |
getFilters()
Get 过滤条件。
Action - string -是否必填: 否 - 执行动作
RiskLevel - string - 是否必填: 否 -威胁等级筛选
|
Long |
getLimit()
Get 需要返回的数量,默认为10,最大值为100
|
Long |
getOffset()
Get 偏移量
|
String |
getRuleID()
Get 规则ID
|
void |
setFilters(RunTimeFilters[] Filters)
Set 过滤条件。
Action - string -是否必填: 否 - 执行动作
RiskLevel - string - 是否必填: 否 -威胁等级筛选
|
void |
setLimit(Long Limit)
Set 需要返回的数量,默认为10,最大值为100
|
void |
setOffset(Long Offset)
Set 偏移量
|
void |
setRuleID(String RuleID)
Set 规则ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeK8sApiAbnormalRuleScopeListRequest()
public DescribeK8sApiAbnormalRuleScopeListRequest(DescribeK8sApiAbnormalRuleScopeListRequest source)
public String getRuleID()
public void setRuleID(String RuleID)
RuleID
- 规则IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 需要返回的数量,默认为10,最大值为100public RunTimeFilters[] getFilters()
public void setFilters(RunTimeFilters[] Filters)
Filters
- 过滤条件。
Copyright © 2022. All rights reserved.