Class CreateBlockIgnoreRuleListRequest


  • public class CreateBlockIgnoreRuleListRequest
    extends AbstractModel
    • Constructor Detail

      • CreateBlockIgnoreRuleListRequest

        public CreateBlockIgnoreRuleListRequest()
      • CreateBlockIgnoreRuleListRequest

        public CreateBlockIgnoreRuleListRequest​(CreateBlockIgnoreRuleListRequest 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

      • setRules

        public void setRules​(IntrusionDefenseRule[] Rules)
        Set 规则列表
        Parameters:
        Rules - 规则列表
      • getRuleType

        public Long getRuleType()
        Get 规则类型,1封禁,2放通,不支持域名封禁
        Returns:
        RuleType 规则类型,1封禁,2放通,不支持域名封禁
      • setRuleType

        public void setRuleType​(Long RuleType)
        Set 规则类型,1封禁,2放通,不支持域名封禁
        Parameters:
        RuleType - 规则类型,1封禁,2放通,不支持域名封禁