public final class CommandAddSubscriptionToTxnResponse extends Object
| Constructor and Description |
|---|
CommandAddSubscriptionToTxnResponse() |
public boolean hasRequestId()
public long getRequestId()
public CommandAddSubscriptionToTxnResponse setRequestId(long requestId)
public CommandAddSubscriptionToTxnResponse clearRequestId()
public boolean hasTxnidLeastBits()
public long getTxnidLeastBits()
public CommandAddSubscriptionToTxnResponse setTxnidLeastBits(long txnidLeastBits)
public CommandAddSubscriptionToTxnResponse clearTxnidLeastBits()
public boolean hasTxnidMostBits()
public long getTxnidMostBits()
public CommandAddSubscriptionToTxnResponse setTxnidMostBits(long txnidMostBits)
public CommandAddSubscriptionToTxnResponse clearTxnidMostBits()
public boolean hasError()
public ServerError getError()
public CommandAddSubscriptionToTxnResponse setError(ServerError error)
public CommandAddSubscriptionToTxnResponse clearError()
public boolean hasMessage()
public String getMessage()
public CommandAddSubscriptionToTxnResponse setMessage(String message)
public CommandAddSubscriptionToTxnResponse clearMessage()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandAddSubscriptionToTxnResponse clear()
public CommandAddSubscriptionToTxnResponse copyFrom(CommandAddSubscriptionToTxnResponse _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.