Class DeleteTopicsRequest

    • Constructor Detail

      • DeleteTopicsRequest

        public DeleteTopicsRequest()
      • DeleteTopicsRequest

        public DeleteTopicsRequest​(DeleteTopicsRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getTopicSets

        public TopicRecord[] getTopicSets()
        Get 主题集合,每次最多删除20个。
        Returns:
        TopicSets 主题集合,每次最多删除20个。
      • setTopicSets

        public void setTopicSets​(TopicRecord[] TopicSets)
        Set 主题集合,每次最多删除20个。
        Parameters:
        TopicSets - 主题集合,每次最多删除20个。
      • getClusterId

        public String getClusterId()
        Get pulsar集群Id。
        Returns:
        ClusterId pulsar集群Id。
      • setClusterId

        public void setClusterId​(String ClusterId)
        Set pulsar集群Id。
        Parameters:
        ClusterId - pulsar集群Id。
      • getEnvironmentId

        public String getEnvironmentId()
        Get 环境(命名空间)名称。
        Returns:
        EnvironmentId 环境(命名空间)名称。
      • setEnvironmentId

        public void setEnvironmentId​(String EnvironmentId)
        Set 环境(命名空间)名称。
        Parameters:
        EnvironmentId - 环境(命名空间)名称。
      • getForce

        public Boolean getForce()
        Get 是否强制删除,默认为false
        Returns:
        Force 是否强制删除,默认为false
      • setForce

        public void setForce​(Boolean Force)
        Set 是否强制删除,默认为false
        Parameters:
        Force - 是否强制删除,默认为false