Class DDoSTopData

    • Constructor Detail

      • DDoSTopData

        public DDoSTopData()
      • DDoSTopData

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

      • getAttackType

        public String getAttackType()
        Get 攻击类型
        Returns:
        AttackType 攻击类型
      • setAttackType

        public void setAttackType​(String AttackType)
        Set 攻击类型
        Parameters:
        AttackType - 攻击类型
      • getValue

        public Long getValue()
        Get 攻击带宽,单位:bps
        Returns:
        Value 攻击带宽,单位:bps
      • setValue

        public void setValue​(Long Value)
        Set 攻击带宽,单位:bps
        Parameters:
        Value - 攻击带宽,单位:bps