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