public final class CommandPartitionedTopicMetadataResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandPartitionedTopicMetadataResponse.LookupType |
| Constructor and Description |
|---|
CommandPartitionedTopicMetadataResponse() |
public CommandPartitionedTopicMetadataResponse()
public boolean hasPartitions()
public int getPartitions()
public CommandPartitionedTopicMetadataResponse setPartitions(int partitions)
public CommandPartitionedTopicMetadataResponse clearPartitions()
public boolean hasRequestId()
public long getRequestId()
public CommandPartitionedTopicMetadataResponse setRequestId(long requestId)
public CommandPartitionedTopicMetadataResponse clearRequestId()
public boolean hasResponse()
public CommandPartitionedTopicMetadataResponse.LookupType getResponse()
public CommandPartitionedTopicMetadataResponse setResponse(CommandPartitionedTopicMetadataResponse.LookupType response)
public CommandPartitionedTopicMetadataResponse clearResponse()
public boolean hasError()
public ServerError getError()
public CommandPartitionedTopicMetadataResponse setError(ServerError error)
public CommandPartitionedTopicMetadataResponse clearError()
public boolean hasMessage()
public String getMessage()
public CommandPartitionedTopicMetadataResponse setMessage(String message)
public CommandPartitionedTopicMetadataResponse clearMessage()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandPartitionedTopicMetadataResponse clear()
public CommandPartitionedTopicMetadataResponse copyFrom(CommandPartitionedTopicMetadataResponse _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.