com.alibaba.rocketmq.common.protocol.header
类 SendMessageResponseHeader
java.lang.Object
com.alibaba.rocketmq.common.protocol.header.SendMessageResponseHeader
- 所有已实现的接口:
- CommandCustomHeader
public class SendMessageResponseHeader
- extends Object
- implements CommandCustomHeader
- 作者:
- shijia.wxr
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SendMessageResponseHeader
public SendMessageResponseHeader()
checkFields
public void checkFields()
throws RemotingCommandException
- 指定者:
- 接口
CommandCustomHeader 中的 checkFields
- 抛出:
RemotingCommandException
getMsgId
public String getMsgId()
setMsgId
public void setMsgId(String msgId)
getQueueId
public Integer getQueueId()
setQueueId
public void setQueueId(Integer queueId)
getQueueOffset
public Long getQueueOffset()
setQueueOffset
public void setQueueOffset(Long queueOffset)
getTransactionId
public String getTransactionId()
setTransactionId
public void setTransactionId(String transactionId)
Copyright © 2012-2015. All Rights Reserved.