public class SendCustomAlarmMsgRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
SendCustomAlarmMsgRequest() |
SendCustomAlarmMsgRequest(SendCustomAlarmMsgRequest 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 接口模块名,当前取值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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SendCustomAlarmMsgRequest()
public SendCustomAlarmMsgRequest(SendCustomAlarmMsgRequest source)
public 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 © 2023. All rights reserved.