public class ModifyAlarmPolicyStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ModifyAlarmPolicyStatusRequest()  | 
ModifyAlarmPolicyStatusRequest(ModifyAlarmPolicyStatusRequest 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 | 
getEnable()
Get Status. 
 | 
String | 
getModule()
Get Module name, which is fixed at "monitor" 
 | 
String | 
getPolicyId()
Get Alarm policy ID 
 | 
void | 
setEnable(Long Enable)
Set Status. 
 | 
void | 
setModule(String Module)
Set Module name, which is fixed at "monitor" 
 | 
void | 
setPolicyId(String PolicyId)
Set Alarm policy ID 
 | 
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 ModifyAlarmPolicyStatusRequest()
public ModifyAlarmPolicyStatusRequest(ModifyAlarmPolicyStatusRequest source)
public String getModule()
public void setModule(String Module)
Module - Module name, which is fixed at "monitor"public String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId - Alarm policy IDpublic Long getEnable()
public void setEnable(Long Enable)
Enable - Status. Valid values: 0 (disabled), 1 (enabled)Copyright © 2025. All rights reserved.