public class SearchOffsetRequestHeader extends Object implements CommandCustomHeader
| 构造器和说明 |
|---|
SearchOffsetRequestHeader() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
checkFields() |
Integer |
getQueueId() |
Long |
getTimestamp() |
String |
getTopic() |
void |
setQueueId(Integer queueId) |
void |
setTimestamp(Long timestamp) |
void |
setTopic(String topic) |
public void checkFields()
throws RemotingCommandException
checkFields 在接口中 CommandCustomHeaderRemotingCommandExceptionpublic String getTopic()
public void setTopic(String topic)
public Integer getQueueId()
public void setQueueId(Integer queueId)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
Copyright © 2012–2016. All rights reserved.