public class TableMapping extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TableMapping() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDatabase()Get 库名 | 
| String | getTable()Get 表名,多个表,(逗号)隔开 | 
| String | getTopic()Get Topic名称 | 
| String | getTopicId()Get Topic ID | 
| void | setDatabase(String Database)Set 库名 | 
| void | setTable(String Table)Set 表名,多个表,(逗号)隔开 | 
| void | setTopic(String Topic)Set Topic名称 | 
| void | setTopicId(String TopicId)Set Topic ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TableMapping()
public TableMapping(TableMapping source)
public String getDatabase()
public void setDatabase(String Database)
Database - 库名public String getTable()
public void setTable(String Table)
Table - 表名,多个表,(逗号)隔开public String getTopic()
public void setTopic(String Topic)
Topic - Topic名称public String getTopicId()
public void setTopicId(String TopicId)
TopicId - Topic IDCopyright © 2025. All rights reserved.