Class CommandAddPartitionToTxnResponse
- java.lang.Object
-
- org.apache.pulsar.common.api.proto.CommandAddPartitionToTxnResponse
-
public final class CommandAddPartitionToTxnResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommandAddPartitionToTxnResponse()
-
Method Summary
-
-
-
Method Detail
-
hasRequestId
public boolean hasRequestId()
-
getRequestId
public long getRequestId()
-
setRequestId
public CommandAddPartitionToTxnResponse setRequestId(long requestId)
-
clearRequestId
public CommandAddPartitionToTxnResponse clearRequestId()
-
hasTxnidLeastBits
public boolean hasTxnidLeastBits()
-
getTxnidLeastBits
public long getTxnidLeastBits()
-
setTxnidLeastBits
public CommandAddPartitionToTxnResponse setTxnidLeastBits(long txnidLeastBits)
-
clearTxnidLeastBits
public CommandAddPartitionToTxnResponse clearTxnidLeastBits()
-
hasTxnidMostBits
public boolean hasTxnidMostBits()
-
getTxnidMostBits
public long getTxnidMostBits()
-
setTxnidMostBits
public CommandAddPartitionToTxnResponse setTxnidMostBits(long txnidMostBits)
-
clearTxnidMostBits
public CommandAddPartitionToTxnResponse clearTxnidMostBits()
-
hasError
public boolean hasError()
-
getError
public ServerError getError()
-
setError
public CommandAddPartitionToTxnResponse setError(ServerError error)
-
clearError
public CommandAddPartitionToTxnResponse clearError()
-
hasMessage
public boolean hasMessage()
-
getMessage
public java.lang.String getMessage()
-
setMessage
public CommandAddPartitionToTxnResponse setMessage(java.lang.String message)
-
clearMessage
public CommandAddPartitionToTxnResponse clearMessage()
-
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 CommandAddPartitionToTxnResponse clear()
-
copyFrom
public CommandAddPartitionToTxnResponse copyFrom(CommandAddPartitionToTxnResponse _other)
-
toByteArray
public byte[] toByteArray()
-
parseFrom
public void parseFrom(byte[] a)
-
-