public class ModifyAlarmPloicyRequest extends AbstractModel
构造器和说明 |
---|
ModifyAlarmPloicyRequest() |
限定符和类型 | 方法和说明 |
---|---|
Long |
getInterval()
Get 持续周期。
|
String |
getOperate()
Get 目前取值仅支持 lt (小于)
|
Long |
getPolicyId()
Get 拨测告警策略id
|
Long |
getReceiverGroupId()
Get 告警接收组的id。
|
Long |
getTaskId()
Get 验证成功的拨测任务id
|
Long |
getThreshold()
Get 门限百分比。
|
void |
setInterval(Long Interval)
Set 持续周期。
|
void |
setOperate(String Operate)
Set 目前取值仅支持 lt (小于)
|
void |
setPolicyId(Long PolicyId)
Set 拨测告警策略id
|
void |
setReceiverGroupId(Long ReceiverGroupId)
Set 告警接收组的id。
|
void |
setTaskId(Long TaskId)
Set 验证成功的拨测任务id
|
void |
setThreshold(Long Threshold)
Set 门限百分比。
|
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 Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- 验证成功的拨测任务idpublic Long getInterval()
public void setInterval(Long Interval)
Interval
- 持续周期。值为任务的Period 乘以0、1、2、3、4。单位:分钟public String getOperate()
public void setOperate(String Operate)
Operate
- 目前取值仅支持 lt (小于)public Long getThreshold()
public void setThreshold(Long Threshold)
Threshold
- 门限百分比。比如:80,表示80%。成功率低于80%时告警public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- 拨测告警策略idpublic Long getReceiverGroupId()
public void setReceiverGroupId(Long ReceiverGroupId)
ReceiverGroupId
- 告警接收组的id。参见: DescribeAlarmGroups 接口。从返回结果里的GroupId 中选取一个Copyright © 2020. All rights reserved.