public final class CommandSeek extends Object
| Constructor and Description |
|---|
CommandSeek() |
| Modifier and Type | Method and Description |
|---|---|
CommandSeek |
clear() |
CommandSeek |
clearConsumerId() |
CommandSeek |
clearMessageId() |
CommandSeek |
clearMessagePublishTime() |
CommandSeek |
clearRequestId() |
CommandSeek |
copyFrom(CommandSeek _other) |
long |
getConsumerId() |
MessageIdData |
getMessageId() |
long |
getMessagePublishTime() |
long |
getRequestId() |
int |
getSerializedSize() |
boolean |
hasConsumerId() |
boolean |
hasMessageId() |
boolean |
hasMessagePublishTime() |
boolean |
hasRequestId() |
void |
parseFrom(byte[] a) |
void |
parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size) |
CommandSeek |
setConsumerId(long consumerId) |
MessageIdData |
setMessageId() |
CommandSeek |
setMessagePublishTime(long messagePublishTime) |
CommandSeek |
setRequestId(long requestId) |
byte[] |
toByteArray() |
int |
writeTo(io.netty.buffer.ByteBuf _b) |
public boolean hasConsumerId()
public long getConsumerId()
public CommandSeek setConsumerId(long consumerId)
public CommandSeek clearConsumerId()
public boolean hasRequestId()
public long getRequestId()
public CommandSeek setRequestId(long requestId)
public CommandSeek clearRequestId()
public boolean hasMessageId()
public MessageIdData getMessageId()
public MessageIdData setMessageId()
public CommandSeek clearMessageId()
public boolean hasMessagePublishTime()
public long getMessagePublishTime()
public CommandSeek setMessagePublishTime(long messagePublishTime)
public CommandSeek clearMessagePublishTime()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandSeek clear()
public CommandSeek copyFrom(CommandSeek _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.