public class DescribeAlarmNoticeRequest extends AbstractModel
Constructor and Description |
---|
DescribeAlarmNoticeRequest() |
DescribeAlarmNoticeRequest(DescribeAlarmNoticeRequest 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 |
getModule()
Get Module name.
|
String |
getNoticeId()
Get Alarm notification template ID
|
void |
setModule(String Module)
Set Module name.
|
void |
setNoticeId(String NoticeId)
Set Alarm notification template 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 DescribeAlarmNoticeRequest()
public DescribeAlarmNoticeRequest(DescribeAlarmNoticeRequest source)
public String getModule()
public void setModule(String Module)
Module
- Module name. Enter "monitor" herepublic String getNoticeId()
public void setNoticeId(String NoticeId)
NoticeId
- Alarm notification template IDCopyright © 2021. All rights reserved.