public class DDoSAlarmThreshold extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAlarmThreshold()
Get 告警阈值,大于0(目前排定的值)
|
Long |
getAlarmType()
Get 告警阈值类型,1-入流量,2-清洗流量
|
void |
setAlarmThreshold(Long AlarmThreshold)
Set 告警阈值,大于0(目前排定的值)
|
void |
setAlarmType(Long AlarmType)
Set 告警阈值类型,1-入流量,2-清洗流量
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DDoSAlarmThreshold()
public DDoSAlarmThreshold(DDoSAlarmThreshold source)
public Long getAlarmType()
public void setAlarmType(Long AlarmType)
AlarmType
- 告警阈值类型,1-入流量,2-清洗流量public Long getAlarmThreshold()
public void setAlarmThreshold(Long AlarmThreshold)
AlarmThreshold
- 告警阈值,大于0(目前排定的值)Copyright © 2024. All rights reserved.