public class SendCustomAlarmMsgRequest extends AbstractModel
| Constructor and Description |
|---|
SendCustomAlarmMsgRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getModule()
Get 接口模块名,当前取值monitor
|
String |
getMsg()
Get 用户想要发送的自定义消息内容
|
String |
getPolicyId()
Get 消息策略ID,在云监控自定义消息页面配置
|
void |
setModule(String Module)
Set 接口模块名,当前取值monitor
|
void |
setMsg(String Msg)
Set 用户想要发送的自定义消息内容
|
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, toJsonStringpublic String getModule()
public void setModule(String Module)
Module - 接口模块名,当前取值monitorpublic String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId - 消息策略ID,在云监控自定义消息页面配置public String getMsg()
public void setMsg(String Msg)
Msg - 用户想要发送的自定义消息内容Copyright © 2020. All rights reserved.