public class BindAlarmPolicyRequest extends AbstractModel
Constructor and Description |
---|
BindAlarmPolicyRequest() |
BindAlarmPolicyRequest(BindAlarmPolicyRequest 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 |
---|---|
Long |
getIfBind()
Get 是否绑定操作。非0 为绑定, 0 为 解绑。缺省表示 绑定。
|
Long |
getPolicyGroupId()
Get 告警策略组Id
|
Long |
getTaskId()
Get 拨测任务Id
|
String |
getTopicId()
Get 告警主题Id
|
void |
setIfBind(Long IfBind)
Set 是否绑定操作。非0 为绑定, 0 为 解绑。缺省表示 绑定。
|
void |
setPolicyGroupId(Long PolicyGroupId)
Set 告警策略组Id
|
void |
setTaskId(Long TaskId)
Set 拨测任务Id
|
void |
setTopicId(String TopicId)
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 BindAlarmPolicyRequest()
public BindAlarmPolicyRequest(BindAlarmPolicyRequest source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- 拨测任务Idpublic Long getPolicyGroupId()
public void setPolicyGroupId(Long PolicyGroupId)
PolicyGroupId
- 告警策略组Idpublic Long getIfBind()
public void setIfBind(Long IfBind)
IfBind
- 是否绑定操作。非0 为绑定, 0 为 解绑。缺省表示 绑定。public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- 告警主题IdCopyright © 2021. All rights reserved.