Class IntelligenceRuleItem

    • Constructor Detail

      • IntelligenceRuleItem

        public IntelligenceRuleItem()
      • IntelligenceRuleItem

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

      • getLabel

        public String getLabel()
        Get 智能分析标签,取值有:
      • evil_bot:恶意bot;
      • suspect_bot:疑似bot;
      • good_bot:良好bot;
      • normal:正常请求。
Returns:
Label 智能分析标签,取值有:
  • evil_bot:恶意bot;
  • suspect_bot:疑似bot;
  • good_bot:良好bot;
  • normal:正常请求。
  • Parameters:
    Label - 智能分析标签,取值有:
  • evil_bot:恶意bot;
  • suspect_bot:疑似bot;
  • good_bot:良好bot;
  • normal:正常请求。