Class CommandCloseConsumer
- java.lang.Object
-
- org.apache.pulsar.common.api.proto.CommandCloseConsumer
-
public final class CommandCloseConsumer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommandCloseConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandCloseConsumerclear()CommandCloseConsumerclearConsumerId()CommandCloseConsumerclearRequestId()CommandCloseConsumercopyFrom(CommandCloseConsumer _other)longgetConsumerId()longgetRequestId()intgetSerializedSize()booleanhasConsumerId()booleanhasRequestId()voidparseFrom(byte[] a)voidparseFrom(io.netty.buffer.ByteBuf _buffer, int _size)CommandCloseConsumersetConsumerId(long consumerId)CommandCloseConsumersetRequestId(long requestId)byte[]toByteArray()intwriteTo(io.netty.buffer.ByteBuf _b)
-
-
-
Method Detail
-
hasConsumerId
public boolean hasConsumerId()
-
getConsumerId
public long getConsumerId()
-
setConsumerId
public CommandCloseConsumer setConsumerId(long consumerId)
-
clearConsumerId
public CommandCloseConsumer clearConsumerId()
-
hasRequestId
public boolean hasRequestId()
-
getRequestId
public long getRequestId()
-
setRequestId
public CommandCloseConsumer setRequestId(long requestId)
-
clearRequestId
public CommandCloseConsumer clearRequestId()
-
writeTo
public int writeTo(io.netty.buffer.ByteBuf _b)
-
getSerializedSize
public int getSerializedSize()
-
parseFrom
public void parseFrom(io.netty.buffer.ByteBuf _buffer, int _size)
-
clear
public CommandCloseConsumer clear()
-
copyFrom
public CommandCloseConsumer copyFrom(CommandCloseConsumer _other)
-
toByteArray
public byte[] toByteArray()
-
parseFrom
public void parseFrom(byte[] a)
-
-