Class CreateBasicDDoSAlarmThresholdRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.CreateBasicDDoSAlarmThresholdRequest
-
public class CreateBasicDDoSAlarmThresholdRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateBasicDDoSAlarmThresholdRequest()CreateBasicDDoSAlarmThresholdRequest(CreateBasicDDoSAlarmThresholdRequest 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 LonggetAlarmThreshold()Get 可选,告警阈值,当Method为set时必须填写;当设置阈值为0时表示清除告警阈值配置;LonggetAlarmType()Get 可选,告警阈值类型,1-入流量,2-清洗流量;当Method为set时必须填写;StringgetBusiness()Get 大禹子产品代号(basic表示DDoS基础防护)StringgetMethod()Get =get表示读取告警阈值;=set表示设置告警阈值;voidsetAlarmThreshold(Long AlarmThreshold)Set 可选,告警阈值,当Method为set时必须填写;当设置阈值为0时表示清除告警阈值配置;voidsetAlarmType(Long AlarmType)Set 可选,告警阈值类型,1-入流量,2-清洗流量;当Method为set时必须填写;voidsetBusiness(String Business)Set 大禹子产品代号(basic表示DDoS基础防护)voidsetMethod(String Method)Set =get表示读取告警阈值;=set表示设置告警阈值;voidtoMap(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
-
CreateBasicDDoSAlarmThresholdRequest
public CreateBasicDDoSAlarmThresholdRequest()
-
CreateBasicDDoSAlarmThresholdRequest
public CreateBasicDDoSAlarmThresholdRequest(CreateBasicDDoSAlarmThresholdRequest 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 大禹子产品代号(basic表示DDoS基础防护)- Returns:
- Business 大禹子产品代号(basic表示DDoS基础防护)
-
setBusiness
public void setBusiness(String Business)
Set 大禹子产品代号(basic表示DDoS基础防护)- Parameters:
Business- 大禹子产品代号(basic表示DDoS基础防护)
-
getMethod
public String getMethod()
Get =get表示读取告警阈值;=set表示设置告警阈值;- Returns:
- Method =get表示读取告警阈值;=set表示设置告警阈值;
-
setMethod
public void setMethod(String Method)
Set =get表示读取告警阈值;=set表示设置告警阈值;- Parameters:
Method- =get表示读取告警阈值;=set表示设置告警阈值;
-
getAlarmType
public Long getAlarmType()
Get 可选,告警阈值类型,1-入流量,2-清洗流量;当Method为set时必须填写;- Returns:
- AlarmType 可选,告警阈值类型,1-入流量,2-清洗流量;当Method为set时必须填写;
-
setAlarmType
public void setAlarmType(Long AlarmType)
Set 可选,告警阈值类型,1-入流量,2-清洗流量;当Method为set时必须填写;- Parameters:
AlarmType- 可选,告警阈值类型,1-入流量,2-清洗流量;当Method为set时必须填写;
-
getAlarmThreshold
public Long getAlarmThreshold()
Get 可选,告警阈值,当Method为set时必须填写;当设置阈值为0时表示清除告警阈值配置;- Returns:
- AlarmThreshold 可选,告警阈值,当Method为set时必须填写;当设置阈值为0时表示清除告警阈值配置;
-
setAlarmThreshold
public void setAlarmThreshold(Long AlarmThreshold)
Set 可选,告警阈值,当Method为set时必须填写;当设置阈值为0时表示清除告警阈值配置;- Parameters:
AlarmThreshold- 可选,告警阈值,当Method为set时必须填写;当设置阈值为0时表示清除告警阈值配置;
-
-