Class DescribeDefaultAlarmThresholdRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.DescribeDefaultAlarmThresholdRequest
-
public class DescribeDefaultAlarmThresholdRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetFilterAlarmType()Get 告警阈值类型搜索,取值[ 1(入流量告警阈值) 2(攻击清洗流量告警阈值) ]StringgetInstanceType()Get 产品类型,取值[ bgp(表示高防包产品) bgpip(表示高防IP产品) ]voidsetFilterAlarmType(Long FilterAlarmType)Set 告警阈值类型搜索,取值[ 1(入流量告警阈值) 2(攻击清洗流量告警阈值) ]voidsetInstanceType(String InstanceType)Set 产品类型,取值[ bgp(表示高防包产品) bgpip(表示高防IP产品) ]voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeDefaultAlarmThresholdRequest
public DescribeDefaultAlarmThresholdRequest()
-
DescribeDefaultAlarmThresholdRequest
public 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.
-
-
Method Detail
-
getInstanceType
public String getInstanceType()
Get 产品类型,取值[ bgp(表示高防包产品) bgpip(表示高防IP产品) ]- Returns:
- InstanceType 产品类型,取值[ bgp(表示高防包产品) bgpip(表示高防IP产品) ]
-
setInstanceType
public void setInstanceType(String InstanceType)
Set 产品类型,取值[ bgp(表示高防包产品) bgpip(表示高防IP产品) ]- Parameters:
InstanceType- 产品类型,取值[ bgp(表示高防包产品) bgpip(表示高防IP产品) ]
-
getFilterAlarmType
public Long getFilterAlarmType()
Get 告警阈值类型搜索,取值[ 1(入流量告警阈值) 2(攻击清洗流量告警阈值) ]- Returns:
- FilterAlarmType 告警阈值类型搜索,取值[ 1(入流量告警阈值) 2(攻击清洗流量告警阈值) ]
-
setFilterAlarmType
public void setFilterAlarmType(Long FilterAlarmType)
Set 告警阈值类型搜索,取值[ 1(入流量告警阈值) 2(攻击清洗流量告警阈值) ]- Parameters:
FilterAlarmType- 告警阈值类型搜索,取值[ 1(入流量告警阈值) 2(攻击清洗流量告警阈值) ]
-
-