public class ModifyAlarmConfigRequest extends AbstractModel
Constructor and Description |
---|
ModifyAlarmConfigRequest() |
ModifyAlarmConfigRequest(ModifyAlarmConfigRequest 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 |
---|---|
String[] |
getEntityList()
Get 告警维度值列表。
|
Boolean |
getIsDefault()
Get 是否使用默认值,只有在不传Threshold或者Threshold=0时该参数有效。
|
String |
getServiceType()
Get 告警服务类型,取值有:
ddos:ddos告警服务。
|
Long |
getThreshold()
Get 告警阈值,不传或者传0表示不修改阈值。
|
String |
getZoneId()
Get 站点ID。
|
void |
setEntityList(String[] EntityList)
Set 告警维度值列表。
|
void |
setIsDefault(Boolean IsDefault)
Set 是否使用默认值,只有在不传Threshold或者Threshold=0时该参数有效。
|
void |
setServiceType(String ServiceType)
Set 告警服务类型,取值有:
ddos:ddos告警服务。
|
void |
setThreshold(Long Threshold)
Set 告警阈值,不传或者传0表示不修改阈值。
|
void |
setZoneId(String ZoneId)
Set 站点ID。
|
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 ModifyAlarmConfigRequest()
public ModifyAlarmConfigRequest(ModifyAlarmConfigRequest source)
public String getServiceType()
public void setServiceType(String ServiceType)
ServiceType
- 告警服务类型,取值有:
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 站点ID。public String[] getEntityList()
public void setEntityList(String[] EntityList)
EntityList
- 告警维度值列表。public Long getThreshold()
public void setThreshold(Long Threshold)
Threshold
- 告警阈值,不传或者传0表示不修改阈值。public Boolean getIsDefault()
public void setIsDefault(Boolean IsDefault)
IsDefault
- 是否使用默认值,只有在不传Threshold或者Threshold=0时该参数有效。Copyright © 2022. All rights reserved.