Class CommandLookupTopicResponse
- java.lang.Object
-
- org.apache.pulsar.common.api.proto.CommandLookupTopicResponse
-
public final class CommandLookupTopicResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommandLookupTopicResponse.LookupType
-
Constructor Summary
Constructors Constructor Description CommandLookupTopicResponse()
-
Method Summary
-
-
-
Method Detail
-
hasBrokerServiceUrl
public boolean hasBrokerServiceUrl()
-
getBrokerServiceUrl
public java.lang.String getBrokerServiceUrl()
-
setBrokerServiceUrl
public CommandLookupTopicResponse setBrokerServiceUrl(java.lang.String brokerServiceUrl)
-
clearBrokerServiceUrl
public CommandLookupTopicResponse clearBrokerServiceUrl()
-
hasBrokerServiceUrlTls
public boolean hasBrokerServiceUrlTls()
-
getBrokerServiceUrlTls
public java.lang.String getBrokerServiceUrlTls()
-
setBrokerServiceUrlTls
public CommandLookupTopicResponse setBrokerServiceUrlTls(java.lang.String brokerServiceUrlTls)
-
clearBrokerServiceUrlTls
public CommandLookupTopicResponse clearBrokerServiceUrlTls()
-
hasResponse
public boolean hasResponse()
-
getResponse
public CommandLookupTopicResponse.LookupType getResponse()
-
setResponse
public CommandLookupTopicResponse setResponse(CommandLookupTopicResponse.LookupType response)
-
clearResponse
public CommandLookupTopicResponse clearResponse()
-
hasRequestId
public boolean hasRequestId()
-
getRequestId
public long getRequestId()
-
setRequestId
public CommandLookupTopicResponse setRequestId(long requestId)
-
clearRequestId
public CommandLookupTopicResponse clearRequestId()
-
hasAuthoritative
public boolean hasAuthoritative()
-
isAuthoritative
public boolean isAuthoritative()
-
setAuthoritative
public CommandLookupTopicResponse setAuthoritative(boolean authoritative)
-
clearAuthoritative
public CommandLookupTopicResponse clearAuthoritative()
-
hasError
public boolean hasError()
-
getError
public ServerError getError()
-
setError
public CommandLookupTopicResponse setError(ServerError error)
-
clearError
public CommandLookupTopicResponse clearError()
-
hasMessage
public boolean hasMessage()
-
getMessage
public java.lang.String getMessage()
-
setMessage
public CommandLookupTopicResponse setMessage(java.lang.String message)
-
clearMessage
public CommandLookupTopicResponse clearMessage()
-
hasProxyThroughServiceUrl
public boolean hasProxyThroughServiceUrl()
-
isProxyThroughServiceUrl
public boolean isProxyThroughServiceUrl()
-
setProxyThroughServiceUrl
public CommandLookupTopicResponse setProxyThroughServiceUrl(boolean proxyThroughServiceUrl)
-
clearProxyThroughServiceUrl
public CommandLookupTopicResponse clearProxyThroughServiceUrl()
-
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 CommandLookupTopicResponse clear()
-
copyFrom
public CommandLookupTopicResponse copyFrom(CommandLookupTopicResponse _other)
-
toByteArray
public byte[] toByteArray()
-
parseFrom
public void parseFrom(byte[] a)
-
-