类 CommandWatchTopicList

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

public final class CommandWatchTopicList extends Object
  • 构造器详细资料

    • CommandWatchTopicList

      public CommandWatchTopicList()
  • 方法详细资料

    • hasRequestId

      public boolean hasRequestId()
    • getRequestId

      public long getRequestId()
    • setRequestId

      public CommandWatchTopicList setRequestId(long requestId)
    • clearRequestId

      public CommandWatchTopicList clearRequestId()
    • hasWatcherId

      public boolean hasWatcherId()
    • getWatcherId

      public long getWatcherId()
    • setWatcherId

      public CommandWatchTopicList setWatcherId(long watcherId)
    • clearWatcherId

      public CommandWatchTopicList clearWatcherId()
    • hasNamespace

      public boolean hasNamespace()
    • getNamespace

      public String getNamespace()
    • setNamespace

      public CommandWatchTopicList setNamespace(String namespace)
    • clearNamespace

      public CommandWatchTopicList clearNamespace()
    • hasTopicsPattern

      public boolean hasTopicsPattern()
    • getTopicsPattern

      public String getTopicsPattern()
    • setTopicsPattern

      public CommandWatchTopicList setTopicsPattern(String topicsPattern)
    • clearTopicsPattern

      public CommandWatchTopicList clearTopicsPattern()
    • hasTopicsHash

      public boolean hasTopicsHash()
    • getTopicsHash

      public String getTopicsHash()
    • setTopicsHash

      public CommandWatchTopicList setTopicsHash(String topicsHash)
    • clearTopicsHash

      public CommandWatchTopicList clearTopicsHash()
    • 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 CommandWatchTopicList clear()
    • copyFrom

      public CommandWatchTopicList copyFrom(CommandWatchTopicList _other)
    • toByteArray

      public byte[] toByteArray()
    • parseFrom

      public void parseFrom(byte[] a)