public class ModifyAlarmPolicyInfoRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyAlarmPolicyInfoRequest() | 
| ModifyAlarmPolicyInfoRequest(ModifyAlarmPolicyInfoRequest 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 | getKey()Get 要修改的字段 NAME=策略名称 REMARK=策略备注 | 
| String | getModule()Get 模块名,这里填“monitor” | 
| String | getPolicyId()Get 告警策略 ID | 
| String | getValue()Get 修改后的值 | 
| void | setKey(String Key)Set 要修改的字段 NAME=策略名称 REMARK=策略备注 | 
| void | setModule(String Module)Set 模块名,这里填“monitor” | 
| void | setPolicyId(String PolicyId)Set 告警策略 ID | 
| void | setValue(String Value)Set 修改后的值 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyAlarmPolicyInfoRequest()
public ModifyAlarmPolicyInfoRequest(ModifyAlarmPolicyInfoRequest source)
public String getModule()
public void setModule(String Module)
Module - 模块名,这里填“monitor”public String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId - 告警策略 IDpublic String getKey()
public void setKey(String Key)
Key - 要修改的字段 NAME=策略名称 REMARK=策略备注public String getValue()
public void setValue(String Value)
Value - 修改后的值Copyright © 2025. All rights reserved.