public class SendRocketMQMessageRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SendRocketMQMessageRequest() |
SendRocketMQMessageRequest(SendRocketMQMessageRequest 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 |
getClusterId()
Get 集群id
|
String |
getMsgBody()
Get 信息内容
|
String |
getMsgKey()
Get 消息key信息
|
String |
getMsgTag()
Get 消息tag信息
|
String |
getNamespaceId()
Get 命名空间
|
String |
getTopicName()
Get topic名称
|
void |
setClusterId(String ClusterId)
Set 集群id
|
void |
setMsgBody(String MsgBody)
Set 信息内容
|
void |
setMsgKey(String MsgKey)
Set 消息key信息
|
void |
setMsgTag(String MsgTag)
Set 消息tag信息
|
void |
setNamespaceId(String NamespaceId)
Set 命名空间
|
void |
setTopicName(String TopicName)
Set topic名称
|
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, toJsonString
public SendRocketMQMessageRequest()
public SendRocketMQMessageRequest(SendRocketMQMessageRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群idpublic String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId
- 命名空间public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- topic名称public String getMsgBody()
public void setMsgBody(String MsgBody)
MsgBody
- 信息内容public String getMsgKey()
public void setMsgKey(String MsgKey)
MsgKey
- 消息key信息public String getMsgTag()
public void setMsgTag(String MsgTag)
MsgTag
- 消息tag信息Copyright © 2024. All rights reserved.