public class SendCustomAlarmMsgRequest extends AbstractModel
Constructor and Description |
---|
SendCustomAlarmMsgRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getModule()
Get API component name.
|
String |
getMsg()
Get Custom message content that a user wants to send.
|
String |
getPolicyId()
Get Message policy ID, which is configured on the custom message page of Cloud Monitor.
|
void |
setModule(String Module)
Set API component name.
|
void |
setMsg(String Msg)
Set Custom message content that a user wants to send.
|
void |
setPolicyId(String PolicyId)
Set Message policy ID, which is configured on the custom message page of Cloud Monitor.
|
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
- API component name. The value for the current API is monitor.public String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId
- Message policy ID, which is configured on the custom message page of Cloud Monitor.public String getMsg()
public void setMsg(String Msg)
Msg
- Custom message content that a user wants to send.Copyright © 2020. All rights reserved.