public class CreateDefaultAlarmThresholdRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
DefaultAlarmThreshold |
getDefaultAlarmConfig()
Get 默认告警阈值配置
|
String |
getInstanceType()
Get 产品类型,取值[
bgp(表示高防包产品)
bgpip(表示高防IP产品)
]
|
void |
setDefaultAlarmConfig(DefaultAlarmThreshold DefaultAlarmConfig)
Set 默认告警阈值配置
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateDefaultAlarmThresholdRequest()
public CreateDefaultAlarmThresholdRequest(CreateDefaultAlarmThresholdRequest source)
public DefaultAlarmThreshold getDefaultAlarmConfig()
public void setDefaultAlarmConfig(DefaultAlarmThreshold DefaultAlarmConfig)
DefaultAlarmConfig
- 默认告警阈值配置public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- 产品类型,取值[
bgp(表示高防包产品)
bgpip(表示高防IP产品)
]Copyright © 2022. All rights reserved.