Class RocketMQTopicDistribution

    • Constructor Detail

      • RocketMQTopicDistribution

        public RocketMQTopicDistribution()
      • RocketMQTopicDistribution

        public RocketMQTopicDistribution​(RocketMQTopicDistribution 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

      • getTopicType

        public String getTopicType()
        Get topic类型
        Returns:
        TopicType topic类型
      • setTopicType

        public void setTopicType​(String TopicType)
        Set topic类型
        Parameters:
        TopicType - topic类型
      • getCount

        public Long getCount()
        Get topic数量
        Returns:
        Count topic数量
      • setCount

        public void setCount​(Long Count)
        Set topic数量
        Parameters:
        Count - topic数量