public final class CommandLookupTopicResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandLookupTopicResponse.LookupType |
| Constructor and Description |
|---|
CommandLookupTopicResponse() |
public boolean hasBrokerServiceUrl()
public String getBrokerServiceUrl()
public CommandLookupTopicResponse setBrokerServiceUrl(String brokerServiceUrl)
public CommandLookupTopicResponse clearBrokerServiceUrl()
public boolean hasBrokerServiceUrlTls()
public String getBrokerServiceUrlTls()
public CommandLookupTopicResponse setBrokerServiceUrlTls(String brokerServiceUrlTls)
public CommandLookupTopicResponse clearBrokerServiceUrlTls()
public boolean hasResponse()
public CommandLookupTopicResponse.LookupType getResponse()
public CommandLookupTopicResponse setResponse(CommandLookupTopicResponse.LookupType response)
public CommandLookupTopicResponse clearResponse()
public boolean hasRequestId()
public long getRequestId()
public CommandLookupTopicResponse setRequestId(long requestId)
public CommandLookupTopicResponse clearRequestId()
public boolean hasAuthoritative()
public boolean isAuthoritative()
public CommandLookupTopicResponse setAuthoritative(boolean authoritative)
public CommandLookupTopicResponse clearAuthoritative()
public boolean hasError()
public ServerError getError()
public CommandLookupTopicResponse setError(ServerError error)
public CommandLookupTopicResponse clearError()
public boolean hasMessage()
public String getMessage()
public CommandLookupTopicResponse setMessage(String message)
public CommandLookupTopicResponse clearMessage()
public boolean hasProxyThroughServiceUrl()
public boolean isProxyThroughServiceUrl()
public CommandLookupTopicResponse setProxyThroughServiceUrl(boolean proxyThroughServiceUrl)
public CommandLookupTopicResponse clearProxyThroughServiceUrl()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandLookupTopicResponse clear()
public CommandLookupTopicResponse copyFrom(CommandLookupTopicResponse _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.