com.alibaba.rocketmq.common.protocol.body
类 QueueTimeSpan
java.lang.Object
com.alibaba.rocketmq.common.protocol.body.QueueTimeSpan
public class QueueTimeSpan
- extends Object
description
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueueTimeSpan
public QueueTimeSpan()
getMessageQueue
public MessageQueue getMessageQueue()
setMessageQueue
public void setMessageQueue(MessageQueue messageQueue)
getMinTimeStamp
public long getMinTimeStamp()
setMinTimeStamp
public void setMinTimeStamp(long minTimeStamp)
getMaxTimeStamp
public long getMaxTimeStamp()
setMaxTimeStamp
public void setMaxTimeStamp(long maxTimeStamp)
getConsumeTimeStamp
public long getConsumeTimeStamp()
setConsumeTimeStamp
public void setConsumeTimeStamp(long consumeTimeStamp)
getMinTimeStampStr
public String getMinTimeStampStr()
getMaxTimeStampStr
public String getMaxTimeStampStr()
getConsumeTimeStampStr
public String getConsumeTimeStampStr()
Copyright © 2012-2015. All Rights Reserved.