public class DescribeBlockIgnoreListRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeBlockIgnoreListRequest() |
DescribeBlockIgnoreListRequest(DescribeBlockIgnoreListRequest 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 |
---|---|
String |
getBy()
Get 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数
|
String |
getDirection()
Get 方向:1互联网入站,0互联网出站,3内网,空 全部方向
|
Long |
getLimit()
Get 单页数量
|
Long |
getOffset()
Get 页偏移量
|
String |
getOrder()
Get 排序类型:desc降序,asc正序
|
Long |
getRuleType()
Get 规则类型:1封禁,2放通
|
String |
getSearchValue()
Get 搜索参数,json格式字符串,空则传"{}",域名:domain,危险等级:level,放通原因:ignore_reason,安全事件来源:rule_source,地理位置:address,模糊搜索:common
|
void |
setBy(String By)
Set 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数
|
void |
setDirection(String Direction)
Set 方向:1互联网入站,0互联网出站,3内网,空 全部方向
|
void |
setLimit(Long Limit)
Set 单页数量
|
void |
setOffset(Long Offset)
Set 页偏移量
|
void |
setOrder(String Order)
Set 排序类型:desc降序,asc正序
|
void |
setRuleType(Long RuleType)
Set 规则类型:1封禁,2放通
|
void |
setSearchValue(String SearchValue)
Set 搜索参数,json格式字符串,空则传"{}",域名:domain,危险等级:level,放通原因:ignore_reason,安全事件来源:rule_source,地理位置:address,模糊搜索:common
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBlockIgnoreListRequest()
public DescribeBlockIgnoreListRequest(DescribeBlockIgnoreListRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 单页数量public Long getOffset()
public void setOffset(Long Offset)
Offset
- 页偏移量public String getDirection()
public void setDirection(String Direction)
Direction
- 方向:1互联网入站,0互联网出站,3内网,空 全部方向public Long getRuleType()
public void setRuleType(Long RuleType)
RuleType
- 规则类型:1封禁,2放通public String getOrder()
public void setOrder(String Order)
Order
- 排序类型:desc降序,asc正序public String getBy()
public void setBy(String By)
By
- 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数public String getSearchValue()
public void setSearchValue(String SearchValue)
SearchValue
- 搜索参数,json格式字符串,空则传"{}",域名:domain,危险等级:level,放通原因:ignore_reason,安全事件来源:rule_source,地理位置:address,模糊搜索:commonCopyright © 2023. All rights reserved.