public class DescribeBlockIgnoreListRequest extends AbstractModel
header, 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 | 
| String | getShowType()Get blocklist 封禁列表
whitelist 白名单列表 | 
| 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 | setShowType(String ShowType)Set blocklist 封禁列表
whitelist 白名单列表 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 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,模糊搜索:commonpublic Long getRuleType()
public void setRuleType(Long RuleType)
RuleType - 规则类型:1封禁,2放通public String getShowType()
public void setShowType(String ShowType)
ShowType - blocklist 封禁列表
whitelist 白名单列表Copyright © 2025. All rights reserved.