Class DescribeBlockIgnoreListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.DescribeBlockIgnoreListRequest
-
public class DescribeBlockIgnoreListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBy()Get 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数StringgetDirection()Get 方向:1互联网入站,0互联网出站,3内网,空 全部方向LonggetLimit()Get 单页数量LonggetOffset()Get 页偏移量StringgetOrder()Get 排序类型:desc降序,asc正序LonggetRuleType()Get 规则类型:1封禁,2放通StringgetSearchValue()Get 搜索参数,json格式字符串,空则传"{}",域名:domain,危险等级:level,放通原因:ignore_reason,安全事件来源:rule_source,地理位置:address,模糊搜索:commonvoidsetBy(String By)Set 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数voidsetDirection(String Direction)Set 方向:1互联网入站,0互联网出站,3内网,空 全部方向voidsetLimit(Long Limit)Set 单页数量voidsetOffset(Long Offset)Set 页偏移量voidsetOrder(String Order)Set 排序类型:desc降序,asc正序voidsetRuleType(Long RuleType)Set 规则类型:1封禁,2放通voidsetSearchValue(String SearchValue)Set 搜索参数,json格式字符串,空则传"{}",域名:domain,危险等级:level,放通原因:ignore_reason,安全事件来源:rule_source,地理位置:address,模糊搜索:commonvoidtoMap(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
-
DescribeBlockIgnoreListRequest
public DescribeBlockIgnoreListRequest()
-
DescribeBlockIgnoreListRequest
public 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.
-
-
Method Detail
-
getLimit
public Long getLimit()
Get 单页数量- Returns:
- Limit 单页数量
-
setLimit
public void setLimit(Long Limit)
Set 单页数量- Parameters:
Limit- 单页数量
-
getOffset
public Long getOffset()
Get 页偏移量- Returns:
- Offset 页偏移量
-
setOffset
public void setOffset(Long Offset)
Set 页偏移量- Parameters:
Offset- 页偏移量
-
getDirection
public String getDirection()
Get 方向:1互联网入站,0互联网出站,3内网,空 全部方向- Returns:
- Direction 方向:1互联网入站,0互联网出站,3内网,空 全部方向
-
setDirection
public void setDirection(String Direction)
Set 方向:1互联网入站,0互联网出站,3内网,空 全部方向- Parameters:
Direction- 方向:1互联网入站,0互联网出站,3内网,空 全部方向
-
getRuleType
public Long getRuleType()
Get 规则类型:1封禁,2放通- Returns:
- RuleType 规则类型:1封禁,2放通
-
setRuleType
public void setRuleType(Long RuleType)
Set 规则类型:1封禁,2放通- Parameters:
RuleType- 规则类型:1封禁,2放通
-
getOrder
public String getOrder()
Get 排序类型:desc降序,asc正序- Returns:
- Order 排序类型:desc降序,asc正序
-
setOrder
public void setOrder(String Order)
Set 排序类型:desc降序,asc正序- Parameters:
Order- 排序类型:desc降序,asc正序
-
getBy
public String getBy()
Get 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数- Returns:
- By 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数
-
setBy
public void setBy(String By)
Set 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数- Parameters:
By- 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数
-
getSearchValue
public String getSearchValue()
Get 搜索参数,json格式字符串,空则传"{}",域名:domain,危险等级:level,放通原因:ignore_reason,安全事件来源:rule_source,地理位置:address,模糊搜索:common- Returns:
- SearchValue 搜索参数,json格式字符串,空则传"{}",域名:domain,危险等级:level,放通原因:ignore_reason,安全事件来源:rule_source,地理位置:address,模糊搜索:common
-
setSearchValue
public void setSearchValue(String SearchValue)
Set 搜索参数,json格式字符串,空则传"{}",域名:domain,危险等级:level,放通原因:ignore_reason,安全事件来源:rule_source,地理位置:address,模糊搜索:common- Parameters:
SearchValue- 搜索参数,json格式字符串,空则传"{}",域名:domain,危险等级:level,放通原因:ignore_reason,安全事件来源:rule_source,地理位置:address,模糊搜索:common
-
-