Class BackupItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.BackupItem
-
public class BackupItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BackupItem()BackupItem(BackupItem 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 StringgetDb()Get 需要备份的库名StringgetTable()Get 需要备份的表名。 如果传该参数,表示备份该库中的指定表。如果不传该参数则备份该db库voidsetDb(String Db)Set 需要备份的库名voidsetTable(String Table)Set 需要备份的表名。 如果传该参数,表示备份该库中的指定表。如果不传该参数则备份该db库voidtoMap(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
-
BackupItem
public BackupItem()
-
BackupItem
public BackupItem(BackupItem 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
-
getDb
public String getDb()
Get 需要备份的库名- Returns:
- Db 需要备份的库名
-
setDb
public void setDb(String Db)
Set 需要备份的库名- Parameters:
Db- 需要备份的库名
-
getTable
public String getTable()
Get 需要备份的表名。 如果传该参数,表示备份该库中的指定表。如果不传该参数则备份该db库- Returns:
- Table 需要备份的表名。 如果传该参数,表示备份该库中的指定表。如果不传该参数则备份该db库
-
setTable
public void setTable(String Table)
Set 需要备份的表名。 如果传该参数,表示备份该库中的指定表。如果不传该参数则备份该db库- Parameters:
Table- 需要备份的表名。 如果传该参数,表示备份该库中的指定表。如果不传该参数则备份该db库
-
-