public class ModifyAlarmPolicyStatusRequest extends AbstractModel
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 启停状态 0=停用 1=启用
|
String |
getModule()
Get 模块名,固定值 monitor
|
String |
getPolicyId()
Get 告警策略 ID
|
void |
setEnable(Long Enable)
Set 启停状态 0=停用 1=启用
|
void |
setModule(String Module)
Set 模块名,固定值 monitor
|
void |
setPolicyId(String PolicyId)
Set 告警策略 ID
|
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 ModifyAlarmPolicyStatusRequest()
public ModifyAlarmPolicyStatusRequest(ModifyAlarmPolicyStatusRequest source)
public String getModule()
public void setModule(String Module)
Module
- 模块名,固定值 monitorpublic String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId
- 告警策略 IDpublic Long getEnable()
public void setEnable(Long Enable)
Enable
- 启停状态 0=停用 1=启用Copyright © 2022. All rights reserved.