Class ModifyBlockIgnoreListRequest


  • public class ModifyBlockIgnoreListRequest
    extends AbstractModel
    • 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