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