Class TableMapping
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.TableMapping
-
public class TableMapping extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDatabase()Get 库名StringgetTable()Get 表名,多个表,(逗号)隔开StringgetTopic()Get Topic名称StringgetTopicId()Get Topic IDvoidsetDatabase(String Database)Set 库名voidsetTable(String Table)Set 表名,多个表,(逗号)隔开voidsetTopic(String Topic)Set Topic名称voidsetTopicId(String TopicId)Set Topic IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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
-
-