com.alibaba.rocketmq.common.protocol.header
类 QueryMessageRequestHeader

java.lang.Object
  继承者 com.alibaba.rocketmq.common.protocol.header.QueryMessageRequestHeader
所有已实现的接口:
CommandCustomHeader

public class QueryMessageRequestHeader
extends Object
implements CommandCustomHeader

作者:
shijia.wxr

构造方法摘要
QueryMessageRequestHeader()
           
 
方法摘要
 void checkFields()
           
 Long getBeginTimestamp()
           
 Long getEndTimestamp()
           
 String getKey()
           
 Integer getMaxNum()
           
 String getTopic()
           
 void setBeginTimestamp(Long beginTimestamp)
           
 void setEndTimestamp(Long endTimestamp)
           
 void setKey(String key)
           
 void setMaxNum(Integer maxNum)
           
 void setTopic(String topic)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

QueryMessageRequestHeader

public QueryMessageRequestHeader()
方法详细信息

checkFields

public void checkFields()
                 throws RemotingCommandException
指定者:
接口 CommandCustomHeader 中的 checkFields
抛出:
RemotingCommandException

getTopic

public String getTopic()

setTopic

public void setTopic(String topic)

getKey

public String getKey()

setKey

public void setKey(String key)

getMaxNum

public Integer getMaxNum()

setMaxNum

public void setMaxNum(Integer maxNum)

getBeginTimestamp

public Long getBeginTimestamp()

setBeginTimestamp

public void setBeginTimestamp(Long beginTimestamp)

getEndTimestamp

public Long getEndTimestamp()

setEndTimestamp

public void setEndTimestamp(Long endTimestamp)


Copyright © 2012-2015. All Rights Reserved.