Class PublishCmqMsgRequest

    • Constructor Detail

      • PublishCmqMsgRequest

        public PublishCmqMsgRequest()
      • PublishCmqMsgRequest

        public 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.
    • Method Detail

      • getTopicName

        public String getTopicName()
        Get 主题名
        Returns:
        TopicName 主题名
      • setTopicName

        public void setTopicName​(String TopicName)
        Set 主题名
        Parameters:
        TopicName - 主题名
      • getMsgContent

        public String getMsgContent()
        Get 消息内容,消息总大小需不大于1024K
        Returns:
        MsgContent 消息内容,消息总大小需不大于1024K
      • setMsgContent

        public void setMsgContent​(String MsgContent)
        Set 消息内容,消息总大小需不大于1024K
        Parameters:
        MsgContent - 消息内容,消息总大小需不大于1024K
      • getMsgTag

        public String[] getMsgTag()
        Get 消息标签,支持传递多标签或单路由,单个标签、路由长度不能超过64个字符。
        Returns:
        MsgTag 消息标签,支持传递多标签或单路由,单个标签、路由长度不能超过64个字符。
      • setMsgTag

        public void setMsgTag​(String[] MsgTag)
        Set 消息标签,支持传递多标签或单路由,单个标签、路由长度不能超过64个字符。
        Parameters:
        MsgTag - 消息标签,支持传递多标签或单路由,单个标签、路由长度不能超过64个字符。