Class ModifyDDoSAlarmThresholdRequest


  • public class ModifyDDoSAlarmThresholdRequest
    extends AbstractModel
    • Constructor Detail

      • ModifyDDoSAlarmThresholdRequest

        public ModifyDDoSAlarmThresholdRequest()
      • ModifyDDoSAlarmThresholdRequest

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

      • getBusiness

        public String getBusiness()
        Get 大禹子产品代号(shield表示棋牌;bgpip表示高防IP;bgp表示高防包;bgp-multip表示多ip高防包;net表示高防IP专业版)
        Returns:
        Business 大禹子产品代号(shield表示棋牌;bgpip表示高防IP;bgp表示高防包;bgp-multip表示多ip高防包;net表示高防IP专业版)
      • setBusiness

        public void setBusiness​(String Business)
        Set 大禹子产品代号(shield表示棋牌;bgpip表示高防IP;bgp表示高防包;bgp-multip表示多ip高防包;net表示高防IP专业版)
        Parameters:
        Business - 大禹子产品代号(shield表示棋牌;bgpip表示高防IP;bgp表示高防包;bgp-multip表示多ip高防包;net表示高防IP专业版)
      • getRsId

        public String getRsId()
        Get 资源ID,字符串类型
        Returns:
        RsId 资源ID,字符串类型
      • setRsId

        public void setRsId​(String RsId)
        Set 资源ID,字符串类型
        Parameters:
        RsId - 资源ID,字符串类型
      • getAlarmType

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

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

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

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

        public String[] getIpList()
        Get 资源关联的IP列表,高防包未绑定时,传空数组,高防IP专业版传多个IP的数据
        Returns:
        IpList 资源关联的IP列表,高防包未绑定时,传空数组,高防IP专业版传多个IP的数据
      • setIpList

        public void setIpList​(String[] IpList)
        Set 资源关联的IP列表,高防包未绑定时,传空数组,高防IP专业版传多个IP的数据
        Parameters:
        IpList - 资源关联的IP列表,高防包未绑定时,传空数组,高防IP专业版传多个IP的数据