Class TableMapping

    • Constructor Detail

      • TableMapping

        public TableMapping()
      • TableMapping

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

      • getDatabase

        public String getDatabase()
        Get 库名
        Returns:
        Database 库名
      • setDatabase

        public void setDatabase​(String Database)
        Set 库名
        Parameters:
        Database - 库名
      • getTable

        public String getTable()
        Get 表名,多个表,(逗号)隔开
        Returns:
        Table 表名,多个表,(逗号)隔开
      • setTable

        public void setTable​(String Table)
        Set 表名,多个表,(逗号)隔开
        Parameters:
        Table - 表名,多个表,(逗号)隔开
      • getTopic

        public String getTopic()
        Get Topic名称
        Returns:
        Topic Topic名称
      • setTopic

        public void setTopic​(String Topic)
        Set Topic名称
        Parameters:
        Topic - Topic名称
      • getTopicId

        public String getTopicId()
        Get Topic ID
        Returns:
        TopicId Topic ID
      • setTopicId

        public void setTopicId​(String TopicId)
        Set Topic ID
        Parameters:
        TopicId - Topic ID