public final class CommandTcClientConnectRequest extends Object
| Constructor and Description |
|---|
CommandTcClientConnectRequest() |
| Modifier and Type | Method and Description |
|---|---|
CommandTcClientConnectRequest |
clear() |
CommandTcClientConnectRequest |
clearRequestId() |
CommandTcClientConnectRequest |
clearTcId() |
CommandTcClientConnectRequest |
copyFrom(CommandTcClientConnectRequest _other) |
long |
getRequestId() |
int |
getSerializedSize() |
long |
getTcId() |
boolean |
hasRequestId() |
boolean |
hasTcId() |
void |
parseFrom(byte[] a) |
void |
parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size) |
CommandTcClientConnectRequest |
setRequestId(long requestId) |
CommandTcClientConnectRequest |
setTcId(long tcId) |
byte[] |
toByteArray() |
int |
writeTo(io.netty.buffer.ByteBuf _b) |
public boolean hasRequestId()
public long getRequestId()
public CommandTcClientConnectRequest setRequestId(long requestId)
public CommandTcClientConnectRequest clearRequestId()
public boolean hasTcId()
public long getTcId()
public CommandTcClientConnectRequest setTcId(long tcId)
public CommandTcClientConnectRequest clearTcId()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandTcClientConnectRequest clear()
public CommandTcClientConnectRequest copyFrom(CommandTcClientConnectRequest _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.