public final class CommandGetOrCreateSchema extends Object
| Constructor and Description |
|---|
CommandGetOrCreateSchema() |
| Modifier and Type | Method and Description |
|---|---|
CommandGetOrCreateSchema |
clear() |
CommandGetOrCreateSchema |
clearRequestId() |
CommandGetOrCreateSchema |
clearSchema() |
CommandGetOrCreateSchema |
clearTopic() |
CommandGetOrCreateSchema |
copyFrom(CommandGetOrCreateSchema _other) |
long |
getRequestId() |
Schema |
getSchema() |
int |
getSerializedSize() |
String |
getTopic() |
boolean |
hasRequestId() |
boolean |
hasSchema() |
boolean |
hasTopic() |
void |
parseFrom(byte[] a) |
void |
parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size) |
CommandGetOrCreateSchema |
setRequestId(long requestId) |
Schema |
setSchema() |
CommandGetOrCreateSchema |
setTopic(String topic) |
byte[] |
toByteArray() |
int |
writeTo(io.netty.buffer.ByteBuf _b) |
public boolean hasRequestId()
public long getRequestId()
public CommandGetOrCreateSchema setRequestId(long requestId)
public CommandGetOrCreateSchema clearRequestId()
public boolean hasTopic()
public String getTopic()
public CommandGetOrCreateSchema setTopic(String topic)
public CommandGetOrCreateSchema clearTopic()
public boolean hasSchema()
public Schema getSchema()
public Schema setSchema()
public CommandGetOrCreateSchema clearSchema()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandGetOrCreateSchema clear()
public CommandGetOrCreateSchema copyFrom(CommandGetOrCreateSchema _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.