Class ModifyBlockIgnoreListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.ModifyBlockIgnoreListRequest
-
public class ModifyBlockIgnoreListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEndTime()
Get 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填,必须大于当前时间且大于StartTimeIocListData[]
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时必填,必须大于当前时间且大于StartTimevoid
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyBlockIgnoreListRequest
public ModifyBlockIgnoreListRequest()
-
ModifyBlockIgnoreListRequest
public 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.
-
-
Method Detail
-
getRuleType
public Long getRuleType()
Get 1封禁列表 2 放通列表- Returns:
- RuleType 1封禁列表 2 放通列表
-
setRuleType
public void setRuleType(Long RuleType)
Set 1封禁列表 2 放通列表- Parameters:
RuleType
- 1封禁列表 2 放通列表
-
getIOC
public IocListData[] getIOC()
Get IP、Domain二选一(注:封禁列表,只能填写IP),不能同时为空- Returns:
- IOC IP、Domain二选一(注:封禁列表,只能填写IP),不能同时为空
-
setIOC
public void setIOC(IocListData[] IOC)
Set IP、Domain二选一(注:封禁列表,只能填写IP),不能同时为空- Parameters:
IOC
- IP、Domain二选一(注:封禁列表,只能填写IP),不能同时为空
-
getIocAction
public String getIocAction()
Get 可选值:delete(删除)、edit(编辑)、add(添加) 其他值无效- Returns:
- IocAction 可选值:delete(删除)、edit(编辑)、add(添加) 其他值无效
-
setIocAction
public void setIocAction(String IocAction)
Set 可选值:delete(删除)、edit(编辑)、add(添加) 其他值无效- Parameters:
IocAction
- 可选值:delete(删除)、edit(编辑)、add(添加) 其他值无效
-
getStartTime
public String getStartTime()
Get 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填- Returns:
- StartTime 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填
-
setStartTime
public void setStartTime(String StartTime)
Set 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填- Parameters:
StartTime
- 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填
-
getEndTime
public String getEndTime()
Get 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填,必须大于当前时间且大于StartTime- Returns:
- EndTime 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填,必须大于当前时间且大于StartTime
-
setEndTime
public void setEndTime(String EndTime)
Set 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填,必须大于当前时间且大于StartTime- Parameters:
EndTime
- 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填,必须大于当前时间且大于StartTime
-
-