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