Class RollbackTables
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.RollbackTables
-
public class RollbackTables extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RollbackTables()RollbackTables(RollbackTables 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 数据库名 注意:此字段可能返回 null,表示取不到有效值。RollbackTableName[]getTable()Get 数据库表详情 注意:此字段可能返回 null,表示取不到有效值。voidsetDatabase(String Database)Set 数据库名 注意:此字段可能返回 null,表示取不到有效值。voidsetTable(RollbackTableName[] Table)Set 数据库表详情 注意:此字段可能返回 null,表示取不到有效值。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
-
RollbackTables
public RollbackTables()
-
RollbackTables
public RollbackTables(RollbackTables 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 数据库名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Database 数据库名 注意:此字段可能返回 null,表示取不到有效值。
-
setDatabase
public void setDatabase(String Database)
Set 数据库名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Database- 数据库名 注意:此字段可能返回 null,表示取不到有效值。
-
getTable
public RollbackTableName[] getTable()
Get 数据库表详情 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Table 数据库表详情 注意:此字段可能返回 null,表示取不到有效值。
-
setTable
public void setTable(RollbackTableName[] Table)
Set 数据库表详情 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Table- 数据库表详情 注意:此字段可能返回 null,表示取不到有效值。
-
-