Class AutoDenyDetail

    • Constructor Detail

      • AutoDenyDetail

        public AutoDenyDetail()
      • AutoDenyDetail

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

      • getAttackTags

        public String[] getAttackTags()
        Get 攻击封禁类型标签
        Returns:
        AttackTags 攻击封禁类型标签
      • setAttackTags

        public void setAttackTags​(String[] AttackTags)
        Set 攻击封禁类型标签
        Parameters:
        AttackTags - 攻击封禁类型标签
      • getAttackThreshold

        public Long getAttackThreshold()
        Get 攻击次数阈值
        Returns:
        AttackThreshold 攻击次数阈值
      • setAttackThreshold

        public void setAttackThreshold​(Long AttackThreshold)
        Set 攻击次数阈值
        Parameters:
        AttackThreshold - 攻击次数阈值
      • getDefenseStatus

        public Long getDefenseStatus()
        Get 自动封禁状态
        Returns:
        DefenseStatus 自动封禁状态
      • setDefenseStatus

        public void setDefenseStatus​(Long DefenseStatus)
        Set 自动封禁状态
        Parameters:
        DefenseStatus - 自动封禁状态
      • getTimeThreshold

        public Long getTimeThreshold()
        Get 攻击时间阈值
        Returns:
        TimeThreshold 攻击时间阈值
      • setTimeThreshold

        public void setTimeThreshold​(Long TimeThreshold)
        Set 攻击时间阈值
        Parameters:
        TimeThreshold - 攻击时间阈值
      • getDenyTimeThreshold

        public Long getDenyTimeThreshold()
        Get 自动封禁时间
        Returns:
        DenyTimeThreshold 自动封禁时间
      • setDenyTimeThreshold

        public void setDenyTimeThreshold​(Long DenyTimeThreshold)
        Set 自动封禁时间
        Parameters:
        DenyTimeThreshold - 自动封禁时间
      • getLastUpdateTime

        public String getLastUpdateTime()
        Get 最后更新时间
        Returns:
        LastUpdateTime 最后更新时间
      • setLastUpdateTime

        public void setLastUpdateTime​(String LastUpdateTime)
        Set 最后更新时间
        Parameters:
        LastUpdateTime - 最后更新时间