public final class ReplicatedSubscriptionsSnapshotResponse extends Object
| Constructor and Description |
|---|
ReplicatedSubscriptionsSnapshotResponse() |
| Modifier and Type | Method and Description |
|---|---|
ReplicatedSubscriptionsSnapshotResponse |
clear() |
ReplicatedSubscriptionsSnapshotResponse |
clearCluster() |
ReplicatedSubscriptionsSnapshotResponse |
clearSnapshotId() |
ReplicatedSubscriptionsSnapshotResponse |
copyFrom(ReplicatedSubscriptionsSnapshotResponse _other) |
ClusterMessageId |
getCluster() |
int |
getSerializedSize() |
String |
getSnapshotId() |
boolean |
hasCluster() |
boolean |
hasSnapshotId() |
void |
parseFrom(byte[] a) |
void |
parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size) |
ClusterMessageId |
setCluster() |
ReplicatedSubscriptionsSnapshotResponse |
setSnapshotId(String snapshotId) |
byte[] |
toByteArray() |
int |
writeTo(io.netty.buffer.ByteBuf _b) |
public ReplicatedSubscriptionsSnapshotResponse()
public boolean hasSnapshotId()
public String getSnapshotId()
public ReplicatedSubscriptionsSnapshotResponse setSnapshotId(String snapshotId)
public ReplicatedSubscriptionsSnapshotResponse clearSnapshotId()
public boolean hasCluster()
public ClusterMessageId getCluster()
public ClusterMessageId setCluster()
public ReplicatedSubscriptionsSnapshotResponse clearCluster()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public ReplicatedSubscriptionsSnapshotResponse clear()
public ReplicatedSubscriptionsSnapshotResponse copyFrom(ReplicatedSubscriptionsSnapshotResponse _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.