public class DDoSAlarmThreshold extends AbstractModel
| Constructor and Description |
|---|
DDoSAlarmThreshold() |
| 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Long getAlarmType()
public void setAlarmType(Long AlarmType)
AlarmType - 告警阈值类型,1-入流量,2-清洗流量public Long getAlarmThreshold()
public void setAlarmThreshold(Long AlarmThreshold)
AlarmThreshold - 告警阈值,大于0(目前排定的值)Copyright © 2020. All rights reserved.