Class DDoSAlarmThreshold
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.DDoSAlarmThreshold
-
public class DDoSAlarmThreshold extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DDoSAlarmThreshold()DDoSAlarmThreshold(DDoSAlarmThreshold 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 告警阈值,大于0(目前排定的值)LonggetAlarmType()Get 告警阈值类型,1-入流量,2-清洗流量voidsetAlarmThreshold(Long AlarmThreshold)Set 告警阈值,大于0(目前排定的值)voidsetAlarmType(Long AlarmType)Set 告警阈值类型,1-入流量,2-清洗流量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
-
DDoSAlarmThreshold
public DDoSAlarmThreshold()
-
DDoSAlarmThreshold
public DDoSAlarmThreshold(DDoSAlarmThreshold 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
-
getAlarmType
public Long getAlarmType()
Get 告警阈值类型,1-入流量,2-清洗流量- Returns:
- AlarmType 告警阈值类型,1-入流量,2-清洗流量
-
setAlarmType
public void setAlarmType(Long AlarmType)
Set 告警阈值类型,1-入流量,2-清洗流量- Parameters:
AlarmType- 告警阈值类型,1-入流量,2-清洗流量
-
getAlarmThreshold
public Long getAlarmThreshold()
Get 告警阈值,大于0(目前排定的值)- Returns:
- AlarmThreshold 告警阈值,大于0(目前排定的值)
-
setAlarmThreshold
public void setAlarmThreshold(Long AlarmThreshold)
Set 告警阈值,大于0(目前排定的值)- Parameters:
AlarmThreshold- 告警阈值,大于0(目前排定的值)
-
-