Class ModifyCCAlarmThresholdRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.ModifyCCAlarmThresholdRequest
-
public class ModifyCCAlarmThresholdRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getAlarmThreshold()
Get 告警阈值,大于0(目前排定的值),后台设置默认值为1000String
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(目前排定的值),后台设置默认值为1000void
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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的数据
-
-