public class DescribeDefaultAlarmThresholdRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeDefaultAlarmThresholdRequest() | 
| DescribeDefaultAlarmThresholdRequest(DescribeDefaultAlarmThresholdRequest 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 | getFilterAlarmType()Get Alarm threshold type filter. | 
| String | getInstanceType()Get Product category. | 
| void | setFilterAlarmType(Long FilterAlarmType)Set Alarm threshold type filter. | 
| void | setInstanceType(String InstanceType)Set Product category. | 
| 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 DescribeDefaultAlarmThresholdRequest()
public DescribeDefaultAlarmThresholdRequest(DescribeDefaultAlarmThresholdRequest source)
public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType - Product category. Valid values:
`bgp`: Anti-DDoS Pro
`bgpip`: Anti-DDoS Advanced
]public Long getFilterAlarmType()
public void setFilterAlarmType(Long FilterAlarmType)
FilterAlarmType - Alarm threshold type filter. Valid values:
`1`: alarm threshold for inbound traffic
`2`: alarm threshold for cleansing attack traffic
]Copyright © 2022. All rights reserved.