public class DescribeAlarmNoticeRequest extends AbstractModel
Constructor and Description |
---|
DescribeAlarmNoticeRequest() |
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 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.