Class SendRocketMQMessageRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.SendRocketMQMessageRequest
-
public class SendRocketMQMessageRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()Get 集群idStringgetMsgBody()Get 信息内容StringgetMsgKey()Get 消息key信息StringgetMsgTag()Get 消息tag信息StringgetNamespaceId()Get 命名空间StringgetTopicName()Get topic名称voidsetClusterId(String ClusterId)Set 集群idvoidsetMsgBody(String MsgBody)Set 信息内容voidsetMsgKey(String MsgKey)Set 消息key信息voidsetMsgTag(String MsgTag)Set 消息tag信息voidsetNamespaceId(String NamespaceId)Set 命名空间voidsetTopicName(String TopicName)Set topic名称voidtoMap(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
-
SendRocketMQMessageRequest
public SendRocketMQMessageRequest()
-
SendRocketMQMessageRequest
public 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.
-
-
Method Detail
-
getClusterId
public String getClusterId()
Get 集群id- Returns:
- ClusterId 集群id
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群id- Parameters:
ClusterId- 集群id
-
getNamespaceId
public String getNamespaceId()
Get 命名空间- Returns:
- NamespaceId 命名空间
-
setNamespaceId
public void setNamespaceId(String NamespaceId)
Set 命名空间- Parameters:
NamespaceId- 命名空间
-
getTopicName
public String getTopicName()
Get topic名称- Returns:
- TopicName topic名称
-
setTopicName
public void setTopicName(String TopicName)
Set topic名称- Parameters:
TopicName- topic名称
-
getMsgBody
public String getMsgBody()
Get 信息内容- Returns:
- MsgBody 信息内容
-
setMsgBody
public void setMsgBody(String MsgBody)
Set 信息内容- Parameters:
MsgBody- 信息内容
-
getMsgKey
public String getMsgKey()
Get 消息key信息- Returns:
- MsgKey 消息key信息
-
setMsgKey
public void setMsgKey(String MsgKey)
Set 消息key信息- Parameters:
MsgKey- 消息key信息
-
getMsgTag
public String getMsgTag()
Get 消息tag信息- Returns:
- MsgTag 消息tag信息
-
setMsgTag
public void setMsgTag(String MsgTag)
Set 消息tag信息- Parameters:
MsgTag- 消息tag信息
-
-