Class SendMessageCommandInput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ame.v20190916.models.SendMessageCommandInput
-
public class SendMessageCommandInput extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SendMessageCommandInput()
SendMessageCommandInput(SendMessageCommandInput 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
getMessage()
Get 自定义消息,json格式字符串。Long
getRepeat()
Get 消息重复次数,默认为 1。void
setMessage(String Message)
Set 自定义消息,json格式字符串。void
setRepeat(Long Repeat)
Set 消息重复次数,默认为 1。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
-
SendMessageCommandInput
public SendMessageCommandInput()
-
SendMessageCommandInput
public SendMessageCommandInput(SendMessageCommandInput 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
-
getMessage
public String getMessage()
Get 自定义消息,json格式字符串。- Returns:
- Message 自定义消息,json格式字符串。
-
setMessage
public void setMessage(String Message)
Set 自定义消息,json格式字符串。- Parameters:
Message
- 自定义消息,json格式字符串。
-
getRepeat
public Long getRepeat()
Get 消息重复次数,默认为 1。- Returns:
- Repeat 消息重复次数,默认为 1。
-
setRepeat
public void setRepeat(Long Repeat)
Set 消息重复次数,默认为 1。- Parameters:
Repeat
- 消息重复次数,默认为 1。
-
-