Class ModifyCCAlarmThresholdRequest


  • public class ModifyCCAlarmThresholdRequest
    extends AbstractModel
    • Constructor Detail

      • ModifyCCAlarmThresholdRequest

        public ModifyCCAlarmThresholdRequest()
      • ModifyCCAlarmThresholdRequest

        public ModifyCCAlarmThresholdRequest​(ModifyCCAlarmThresholdRequest 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,字符串类型
      • getAlarmThreshold

        public Long getAlarmThreshold()
        Get 告警阈值,大于0(目前排定的值),后台设置默认值为1000
        Returns:
        AlarmThreshold 告警阈值,大于0(目前排定的值),后台设置默认值为1000
      • setAlarmThreshold

        public void setAlarmThreshold​(Long AlarmThreshold)
        Set 告警阈值,大于0(目前排定的值),后台设置默认值为1000
        Parameters:
        AlarmThreshold - 告警阈值,大于0(目前排定的值),后台设置默认值为1000
      • 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的数据