public class SendCustomAlarmMsgRequest extends AbstractModel
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 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 SendCustomAlarmMsgRequest()
public SendCustomAlarmMsgRequest(SendCustomAlarmMsgRequest source)
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 © 2021. All rights reserved.