Class CreateDefaultAlarmThresholdRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.CreateDefaultAlarmThresholdRequest
-
public class CreateDefaultAlarmThresholdRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateDefaultAlarmThresholdRequest()CreateDefaultAlarmThresholdRequest(CreateDefaultAlarmThresholdRequest 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 DefaultAlarmThresholdgetDefaultAlarmConfig()Get 默认告警阈值配置StringgetInstanceType()Get 产品类型,取值[ bgp(表示高防包产品) bgpip(表示高防IP产品) ]voidsetDefaultAlarmConfig(DefaultAlarmThreshold DefaultAlarmConfig)Set 默认告警阈值配置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
-
CreateDefaultAlarmThresholdRequest
public CreateDefaultAlarmThresholdRequest()
-
CreateDefaultAlarmThresholdRequest
public CreateDefaultAlarmThresholdRequest(CreateDefaultAlarmThresholdRequest 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
-
getDefaultAlarmConfig
public DefaultAlarmThreshold getDefaultAlarmConfig()
Get 默认告警阈值配置- Returns:
- DefaultAlarmConfig 默认告警阈值配置
-
setDefaultAlarmConfig
public void setDefaultAlarmConfig(DefaultAlarmThreshold DefaultAlarmConfig)
Set 默认告警阈值配置- Parameters:
DefaultAlarmConfig- 默认告警阈值配置
-
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产品) ]
-
-