public class DDoSAlarmThreshold extends AbstractModel
| 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 Alarm threshold, which should be greater than 0 (currently scheduled value) | 
| Long | getAlarmType()Get Alarm threshold type. | 
| void | setAlarmThreshold(Long AlarmThreshold)Set Alarm threshold, which should be greater than 0 (currently scheduled value) | 
| void | setAlarmType(Long AlarmType)Set Alarm threshold type. | 
| 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 DDoSAlarmThreshold()
public DDoSAlarmThreshold(DDoSAlarmThreshold source)
public Long getAlarmType()
public void setAlarmType(Long AlarmType)
AlarmType - Alarm threshold type. 1: inbound traffic, 2: cleansed trafficpublic Long getAlarmThreshold()
public void setAlarmThreshold(Long AlarmThreshold)
AlarmThreshold - Alarm threshold, which should be greater than 0 (currently scheduled value)Copyright © 2021. All rights reserved.