Class SendCustomAlarmMsgRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.SendCustomAlarmMsgRequest
-
public class SendCustomAlarmMsgRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getModule()
Get 接口模块名,当前取值monitorString
getMsg()
Get 用户想要发送的自定义消息内容String
getPolicyId()
Get 消息策略ID,在自定义消息页面配置void
setModule(String Module)
Set 接口模块名,当前取值monitorvoid
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SendCustomAlarmMsgRequest
public SendCustomAlarmMsgRequest()
-
SendCustomAlarmMsgRequest
public 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.
-
-
Method Detail
-
getModule
public String getModule()
Get 接口模块名,当前取值monitor- Returns:
- Module 接口模块名,当前取值monitor
-
setModule
public void setModule(String Module)
Set 接口模块名,当前取值monitor- Parameters:
Module
- 接口模块名,当前取值monitor
-
getPolicyId
public String getPolicyId()
Get 消息策略ID,在自定义消息页面配置- Returns:
- PolicyId 消息策略ID,在自定义消息页面配置
-
setPolicyId
public void setPolicyId(String PolicyId)
Set 消息策略ID,在自定义消息页面配置- Parameters:
PolicyId
- 消息策略ID,在自定义消息页面配置
-
getMsg
public String getMsg()
Get 用户想要发送的自定义消息内容- Returns:
- Msg 用户想要发送的自定义消息内容
-
setMsg
public void setMsg(String Msg)
Set 用户想要发送的自定义消息内容- Parameters:
Msg
- 用户想要发送的自定义消息内容
-
-