public class ModifyCCAlarmThresholdRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyCCAlarmThresholdRequest() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAlarmThreshold()Get 告警阈值,大于0(目前排定的值),后台设置默认值为1000 | 
| String | getBusiness()Get 大禹子产品代号(shield表示棋牌;bgpip表示高防IP;bgp表示高防包;bgp-multip表示多ip高防包;net表示高防IP专业版) | 
| String[] | getIpList()Get 资源关联的IP列表,高防包未绑定时,传空数组,高防IP专业版传多个IP的数据 | 
| String | getRsId()Get 资源ID,字符串类型 | 
| void | setAlarmThreshold(Long AlarmThreshold)Set 告警阈值,大于0(目前排定的值),后台设置默认值为1000 | 
| void | setBusiness(String Business)Set 大禹子产品代号(shield表示棋牌;bgpip表示高防IP;bgp表示高防包;bgp-multip表示多ip高防包;net表示高防IP专业版) | 
| void | setIpList(String[] IpList)Set 资源关联的IP列表,高防包未绑定时,传空数组,高防IP专业版传多个IP的数据 | 
| void | setRsId(String RsId)Set 资源ID,字符串类型 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyCCAlarmThresholdRequest()
public ModifyCCAlarmThresholdRequest(ModifyCCAlarmThresholdRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business - 大禹子产品代号(shield表示棋牌;bgpip表示高防IP;bgp表示高防包;bgp-multip表示多ip高防包;net表示高防IP专业版)public String getRsId()
public void setRsId(String RsId)
RsId - 资源ID,字符串类型public Long getAlarmThreshold()
public void setAlarmThreshold(Long AlarmThreshold)
AlarmThreshold - 告警阈值,大于0(目前排定的值),后台设置默认值为1000public String[] getIpList()
public void setIpList(String[] IpList)
IpList - 资源关联的IP列表,高防包未绑定时,传空数组,高防IP专业版传多个IP的数据Copyright © 2025. All rights reserved.