Class CreateConsumerRequest

    • Constructor Detail

      • CreateConsumerRequest

        public CreateConsumerRequest()
      • CreateConsumerRequest

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

      • getInstanceId

        public String getInstanceId()
        Get 实例id
        Returns:
        InstanceId 实例id
      • setInstanceId

        public void setInstanceId​(String InstanceId)
        Set 实例id
        Parameters:
        InstanceId - 实例id
      • getGroupName

        public String getGroupName()
        Get group名称
        Returns:
        GroupName group名称
      • setGroupName

        public void setGroupName​(String GroupName)
        Set group名称
        Parameters:
        GroupName - group名称
      • getTopicName

        public String getTopicName()
        Get topic名称,TopicName、TopicNameList 需要显示指定一个存在的topic名称
        Returns:
        TopicName topic名称,TopicName、TopicNameList 需要显示指定一个存在的topic名称
      • setTopicName

        public void setTopicName​(String TopicName)
        Set topic名称,TopicName、TopicNameList 需要显示指定一个存在的topic名称
        Parameters:
        TopicName - topic名称,TopicName、TopicNameList 需要显示指定一个存在的topic名称
      • getTopicNameList

        public String[] getTopicNameList()
        Get topic名称数组
        Returns:
        TopicNameList topic名称数组
      • setTopicNameList

        public void setTopicNameList​(String[] TopicNameList)
        Set topic名称数组
        Parameters:
        TopicNameList - topic名称数组