public class ModifyDDoSAlarmThresholdRequest extends AbstractModel
Constructor and Description |
---|
ModifyDDoSAlarmThresholdRequest() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAlarmThreshold()
Get 告警阈值,大于0(目前暂定的值)
|
Long |
getAlarmType()
Get 告警阈值类型,0-未设置,1-入流量,2-清洗流量
|
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(目前暂定的值)
|
void |
setAlarmType(Long AlarmType)
Set 告警阈值类型,0-未设置,1-入流量,2-清洗流量
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyDDoSAlarmThresholdRequest()
public ModifyDDoSAlarmThresholdRequest(ModifyDDoSAlarmThresholdRequest 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 getAlarmType()
public void setAlarmType(Long AlarmType)
AlarmType
- 告警阈值类型,0-未设置,1-入流量,2-清洗流量public Long getAlarmThreshold()
public void setAlarmThreshold(Long AlarmThreshold)
AlarmThreshold
- 告警阈值,大于0(目前暂定的值)public String[] getIpList()
public void setIpList(String[] IpList)
IpList
- 资源关联的IP列表,高防包未绑定时,传空数组,高防IP专业版传多个IP的数据Copyright © 2021. All rights reserved.