public class DescribeDefaultAlarmThresholdRequest extends AbstractModel
header, skipSign| 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 告警阈值类型搜索,取值[
1(入流量告警阈值)
2(攻击清洗流量告警阈值)
] | 
| String | getInstanceType()Get 产品类型,取值[
bgp(表示高防包产品)
bgpip(表示高防IP产品)
] | 
| void | setFilterAlarmType(Long FilterAlarmType)Set 告警阈值类型搜索,取值[
1(入流量告警阈值)
2(攻击清洗流量告警阈值)
] | 
| void | setInstanceType(String InstanceType)Set 产品类型,取值[
bgp(表示高防包产品)
bgpip(表示高防IP产品)
] | 
| 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, toJsonStringpublic DescribeDefaultAlarmThresholdRequest()
public DescribeDefaultAlarmThresholdRequest(DescribeDefaultAlarmThresholdRequest source)
public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType - 产品类型,取值[
bgp(表示高防包产品)
bgpip(表示高防IP产品)
]public Long getFilterAlarmType()
public void setFilterAlarmType(Long FilterAlarmType)
FilterAlarmType - 告警阈值类型搜索,取值[
1(入流量告警阈值)
2(攻击清洗流量告警阈值)
]Copyright © 2025. All rights reserved.