Class ModifyDDoSThresholdRequest

    • Constructor Detail

      • ModifyDDoSThresholdRequest

        public ModifyDDoSThresholdRequest()
      • ModifyDDoSThresholdRequest

        public ModifyDDoSThresholdRequest​(ModifyDDoSThresholdRequest 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 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
        Returns:
        Business 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
      • setBusiness

        public void setBusiness​(String Business)
        Set 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
        Parameters:
        Business - 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
      • getId

        public String getId()
        Get 资源ID
        Returns:
        Id 资源ID
      • setId

        public void setId​(String Id)
        Set 资源ID
        Parameters:
        Id - 资源ID
      • getThreshold

        public Long getThreshold()
        Get DDoS清洗阈值,取值[0, 60, 80, 100, 150, 200, 250, 300, 400, 500, 700, 1000]; 当设置值为0时,表示采用默认值;
        Returns:
        Threshold DDoS清洗阈值,取值[0, 60, 80, 100, 150, 200, 250, 300, 400, 500, 700, 1000]; 当设置值为0时,表示采用默认值;
      • setThreshold

        public void setThreshold​(Long Threshold)
        Set DDoS清洗阈值,取值[0, 60, 80, 100, 150, 200, 250, 300, 400, 500, 700, 1000]; 当设置值为0时,表示采用默认值;
        Parameters:
        Threshold - DDoS清洗阈值,取值[0, 60, 80, 100, 150, 200, 250, 300, 400, 500, 700, 1000]; 当设置值为0时,表示采用默认值;