public class DescribeAlarmPolicyRequest extends AbstractModel
Constructor and Description |
---|
DescribeAlarmPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getModule()
Get 固定值,为"monitor"
|
String |
getPolicyId()
Get 告警策略ID
|
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 String getModule()
public void setModule(String Module)
Module
- 固定值,为"monitor"public String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId
- 告警策略IDCopyright © 2021. All rights reserved.