public class ModifyAlarmPolicyInfoRequest extends AbstractModel
| 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 Field to be modified. | 
| String | getModule()Get Module name. | 
| String | getPolicyId()Get Alarm policy ID | 
| String | getValue()Get Value after modification | 
| void | setKey(String Key)Set Field to be modified. | 
| void | setModule(String Module)Set Module name. | 
| void | setPolicyId(String PolicyId)Set Alarm policy ID | 
| void | setValue(String Value)Set Value after modification | 
| 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, toJsonStringpublic ModifyAlarmPolicyInfoRequest()
public ModifyAlarmPolicyInfoRequest(ModifyAlarmPolicyInfoRequest source)
public String getModule()
public void setModule(String Module)
Module - Module name. Enter "monitor" herepublic String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId - Alarm policy IDpublic String getKey()
public void setKey(String Key)
Key - Field to be modified. Valid values: NAME (policy name), REMARK (policy remarks)public String getValue()
public void setValue(String Value)
Value - Value after modificationCopyright © 2022. All rights reserved.