Class DDoSAlarmThreshold

    • Constructor Detail

      • DDoSAlarmThreshold

        public DDoSAlarmThreshold()
      • DDoSAlarmThreshold

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

      • getAlarmType

        public Long getAlarmType()
        Get 告警阈值类型,1-入流量,2-清洗流量
        Returns:
        AlarmType 告警阈值类型,1-入流量,2-清洗流量
      • setAlarmType

        public void setAlarmType​(Long AlarmType)
        Set 告警阈值类型,1-入流量,2-清洗流量
        Parameters:
        AlarmType - 告警阈值类型,1-入流量,2-清洗流量
      • getAlarmThreshold

        public Long getAlarmThreshold()
        Get 告警阈值,大于0(目前排定的值)
        Returns:
        AlarmThreshold 告警阈值,大于0(目前排定的值)
      • setAlarmThreshold

        public void setAlarmThreshold​(Long AlarmThreshold)
        Set 告警阈值,大于0(目前排定的值)
        Parameters:
        AlarmThreshold - 告警阈值,大于0(目前排定的值)