Class NoticeBindPolicys
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.NoticeBindPolicys
-
public class NoticeBindPolicys extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description NoticeBindPolicys()NoticeBindPolicys(NoticeBindPolicys 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 StringgetNoticeId()Get 告警通知模板 IDString[]getPolicyIds()Get 告警通知模板绑定的告警策略ID列表voidsetNoticeId(String NoticeId)Set 告警通知模板 IDvoidsetPolicyIds(String[] PolicyIds)Set 告警通知模板绑定的告警策略ID列表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
-
NoticeBindPolicys
public NoticeBindPolicys()
-
NoticeBindPolicys
public NoticeBindPolicys(NoticeBindPolicys 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
-
getNoticeId
public String getNoticeId()
Get 告警通知模板 ID- Returns:
- NoticeId 告警通知模板 ID
-
setNoticeId
public void setNoticeId(String NoticeId)
Set 告警通知模板 ID- Parameters:
NoticeId- 告警通知模板 ID
-
getPolicyIds
public String[] getPolicyIds()
Get 告警通知模板绑定的告警策略ID列表- Returns:
- PolicyIds 告警通知模板绑定的告警策略ID列表
-
setPolicyIds
public void setPolicyIds(String[] PolicyIds)
Set 告警通知模板绑定的告警策略ID列表- Parameters:
PolicyIds- 告警通知模板绑定的告警策略ID列表
-
-