Class CommandAckResponse

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

public final class CommandAckResponse extends Object
  • Constructor Details

    • CommandAckResponse

      public CommandAckResponse()
  • Method Details

    • hasConsumerId

      public boolean hasConsumerId()
    • getConsumerId

      public long getConsumerId()
    • setConsumerId

      public CommandAckResponse setConsumerId(long consumerId)
    • clearConsumerId

      public CommandAckResponse clearConsumerId()
    • hasTxnidLeastBits

      public boolean hasTxnidLeastBits()
    • getTxnidLeastBits

      public long getTxnidLeastBits()
    • setTxnidLeastBits

      public CommandAckResponse setTxnidLeastBits(long txnidLeastBits)
    • clearTxnidLeastBits

      public CommandAckResponse clearTxnidLeastBits()
    • hasTxnidMostBits

      public boolean hasTxnidMostBits()
    • getTxnidMostBits

      public long getTxnidMostBits()
    • setTxnidMostBits

      public CommandAckResponse setTxnidMostBits(long txnidMostBits)
    • clearTxnidMostBits

      public CommandAckResponse clearTxnidMostBits()
    • hasError

      public boolean hasError()
    • getError

      public ServerError getError()
    • setError

      public CommandAckResponse setError(ServerError error)
    • clearError

      public CommandAckResponse clearError()
    • hasMessage

      public boolean hasMessage()
    • getMessage

      public String getMessage()
    • setMessage

      public CommandAckResponse setMessage(String message)
    • clearMessage

      public CommandAckResponse clearMessage()
    • hasRequestId

      public boolean hasRequestId()
    • getRequestId

      public long getRequestId()
    • setRequestId

      public CommandAckResponse setRequestId(long requestId)
    • clearRequestId

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

      public CommandAckResponse copyFrom(CommandAckResponse _other)
    • toByteArray

      public byte[] toByteArray()
    • parseFrom

      public void parseFrom(byte[] a)