Class AddTopicRequest

    • Constructor Detail

      • AddTopicRequest

        public AddTopicRequest()
      • AddTopicRequest

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

      • getProductId

        public String getProductId()
        Get 产品Id
        Returns:
        ProductId 产品Id
      • setProductId

        public void setProductId​(String ProductId)
        Set 产品Id
        Parameters:
        ProductId - 产品Id
      • getTopicName

        public String getTopicName()
        Get Topic名称
        Returns:
        TopicName Topic名称
      • setTopicName

        public void setTopicName​(String TopicName)
        Set Topic名称
        Parameters:
        TopicName - Topic名称