Uses of Class
com.tencentcloudapi.cfw.v20190904.models.IocListData
-
Packages that use IocListData Package Description com.tencentcloudapi.cfw.v20190904.models -
-
Uses of IocListData in com.tencentcloudapi.cfw.v20190904.models
Methods in com.tencentcloudapi.cfw.v20190904.models that return IocListData Modifier and Type Method Description IocListData[]ModifyBlockIgnoreListRequest. getIOC()Get IP、Domain二选一(注:封禁列表,只能填写IP),不能同时为空IocListData[]CreateBlockIgnoreRuleListResponse. getList()Get 成功返回IocListData[]DeleteBlockIgnoreRuleListRequest. getRules()Get 规则列表Methods in com.tencentcloudapi.cfw.v20190904.models with parameters of type IocListData Modifier and Type Method Description voidModifyBlockIgnoreListRequest. setIOC(IocListData[] IOC)Set IP、Domain二选一(注:封禁列表,只能填写IP),不能同时为空voidCreateBlockIgnoreRuleListResponse. setList(IocListData[] List)Set 成功返回voidDeleteBlockIgnoreRuleListRequest. setRules(IocListData[] Rules)Set 规则列表Constructors in com.tencentcloudapi.cfw.v20190904.models with parameters of type IocListData Constructor Description IocListData(IocListData 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.
-