Class CommandNewTxnResponse

java.lang.Object
org.apache.pulsar.common.api.proto.CommandNewTxnResponse

public final class CommandNewTxnResponse extends Object
  • Constructor Details

    • CommandNewTxnResponse

      public CommandNewTxnResponse()
  • Method Details

    • hasRequestId

      public boolean hasRequestId()
    • getRequestId

      public long getRequestId()
    • setRequestId

      public CommandNewTxnResponse setRequestId(long requestId)
    • clearRequestId

      public CommandNewTxnResponse clearRequestId()
    • hasTxnidLeastBits

      public boolean hasTxnidLeastBits()
    • getTxnidLeastBits

      public long getTxnidLeastBits()
    • setTxnidLeastBits

      public CommandNewTxnResponse setTxnidLeastBits(long txnidLeastBits)
    • clearTxnidLeastBits

      public CommandNewTxnResponse clearTxnidLeastBits()
    • hasTxnidMostBits

      public boolean hasTxnidMostBits()
    • getTxnidMostBits

      public long getTxnidMostBits()
    • setTxnidMostBits

      public CommandNewTxnResponse setTxnidMostBits(long txnidMostBits)
    • clearTxnidMostBits

      public CommandNewTxnResponse clearTxnidMostBits()
    • hasError

      public boolean hasError()
    • getError

      public ServerError getError()
    • setError

      public CommandNewTxnResponse setError(ServerError error)
    • clearError

      public CommandNewTxnResponse clearError()
    • hasMessage

      public boolean hasMessage()
    • getMessage

      public String getMessage()
    • setMessage

      public CommandNewTxnResponse setMessage(String message)
    • clearMessage

      public CommandNewTxnResponse 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 CommandNewTxnResponse clear()
    • copyFrom

      public CommandNewTxnResponse copyFrom(CommandNewTxnResponse _other)
    • toByteArray

      public byte[] toByteArray()
    • parseFrom

      public void parseFrom(byte[] a)