public class DeleteOpsAlarmRuleRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DeleteOpsAlarmRuleRequest()  | 
DeleteOpsAlarmRuleRequest(DeleteOpsAlarmRuleRequest 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 | 
getAlarmRuleId()
Get Alarm Rule Unique ID. 
 | 
String | 
getProjectId()
Get Project ID. 
 | 
void | 
setAlarmRuleId(String AlarmRuleId)
Set Alarm Rule Unique ID. 
 | 
void | 
setProjectId(String ProjectId)
Set Project 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 DeleteOpsAlarmRuleRequest()
public DeleteOpsAlarmRuleRequest(DeleteOpsAlarmRuleRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project ID.public String getAlarmRuleId()
public void setAlarmRuleId(String AlarmRuleId)
AlarmRuleId - Alarm Rule Unique ID. Obtained from the response of the CreateAlarmRule API. Either this field or AlarmRuleName must be provided.Copyright © 2025. All rights reserved.