public class CreateBasicDDoSAlarmThresholdRequest extends AbstractModel
Constructor and Description |
---|
CreateBasicDDoSAlarmThresholdRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getAlarmThreshold()
Get 可选,告警阈值,当Method为set时必须填写;当设置阈值为0时表示清除告警阈值配置;
|
Long |
getAlarmType()
Get 可选,告警阈值类型,1-入流量,2-清洗流量;当Method为set时必须填写;
|
String |
getBusiness()
Get 大禹子产品代号(basic表示DDoS基础防护)
|
String |
getMethod()
Get =get表示读取告警阈值;=set表示设置告警阈值;
|
void |
setAlarmThreshold(Long AlarmThreshold)
Set 可选,告警阈值,当Method为set时必须填写;当设置阈值为0时表示清除告警阈值配置;
|
void |
setAlarmType(Long AlarmType)
Set 可选,告警阈值类型,1-入流量,2-清洗流量;当Method为set时必须填写;
|
void |
setBusiness(String Business)
Set 大禹子产品代号(basic表示DDoS基础防护)
|
void |
setMethod(String Method)
Set =get表示读取告警阈值;=set表示设置告警阈值;
|
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 CreateBasicDDoSAlarmThresholdRequest()
public String getBusiness()
public void setBusiness(String Business)
Business
- 大禹子产品代号(basic表示DDoS基础防护)public String getMethod()
public void setMethod(String Method)
Method
- =get表示读取告警阈值;=set表示设置告警阈值;public Long getAlarmType()
public void setAlarmType(Long AlarmType)
AlarmType
- 可选,告警阈值类型,1-入流量,2-清洗流量;当Method为set时必须填写;public Long getAlarmThreshold()
public void setAlarmThreshold(Long AlarmThreshold)
AlarmThreshold
- 可选,告警阈值,当Method为set时必须填写;当设置阈值为0时表示清除告警阈值配置;Copyright © 2020. All rights reserved.