public class ModifyBlockIgnoreListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyBlockIgnoreListRequest() | 
| ModifyBlockIgnoreListRequest(ModifyBlockIgnoreListRequest 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 | getEndTime()Get 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填,必须大于当前时间且大于StartTime | 
| IocListData[] | getIOC()Get IP、Domain二选一(注:封禁列表,只能填写IP),不能同时为空 | 
| String | getIocAction()Get 可选值:delete(删除)、edit(编辑)、add(添加)  其他值无效 | 
| Long | getRuleType()Get 1封禁列表 2 放通列表 | 
| String | getStartTime()Get 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填 | 
| void | setEndTime(String EndTime)Set 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填,必须大于当前时间且大于StartTime | 
| void | setIOC(IocListData[] IOC)Set IP、Domain二选一(注:封禁列表,只能填写IP),不能同时为空 | 
| void | setIocAction(String IocAction)Set 可选值:delete(删除)、edit(编辑)、add(添加)  其他值无效 | 
| void | setRuleType(Long RuleType)Set 1封禁列表 2 放通列表 | 
| void | setStartTime(String StartTime)Set 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填 | 
| 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 ModifyBlockIgnoreListRequest()
public ModifyBlockIgnoreListRequest(ModifyBlockIgnoreListRequest source)
public Long getRuleType()
public void setRuleType(Long RuleType)
RuleType - 1封禁列表 2 放通列表public IocListData[] getIOC()
public void setIOC(IocListData[] IOC)
IOC - IP、Domain二选一(注:封禁列表,只能填写IP),不能同时为空public String getIocAction()
public void setIocAction(String IocAction)
IocAction - 可选值:delete(删除)、edit(编辑)、add(添加)  其他值无效public String getStartTime()
public void setStartTime(String StartTime)
StartTime - 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填public String getEndTime()
public void setEndTime(String EndTime)
EndTime - 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填,必须大于当前时间且大于StartTimeCopyright © 2025. All rights reserved.