public class PublishCmqMsgRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
PublishCmqMsgRequest()  | 
PublishCmqMsgRequest(PublishCmqMsgRequest 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 | 
getMsgContent()
Get Message content. 
 | 
String[] | 
getMsgTag()
Get Message tag. 
 | 
String | 
getTopicName()
Get Topic name 
 | 
void | 
setMsgContent(String MsgContent)
Set Message content. 
 | 
void | 
setMsgTag(String[] MsgTag)
Set Message tag. 
 | 
void | 
setTopicName(String TopicName)
Set Topic name 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PublishCmqMsgRequest()
public PublishCmqMsgRequest(PublishCmqMsgRequest source)
public String getTopicName()
public void setTopicName(String TopicName)
TopicName - Topic namepublic String getMsgContent()
public void setMsgContent(String MsgContent)
MsgContent - Message content. The total message size is up to 1,024 KB.public String[] getMsgTag()
public void setMsgTag(String[] MsgTag)
MsgTag - Message tag. You can pass in multiple tags or a single route. Each tag or route can contain up to 64 characters.Copyright © 2025. All rights reserved.