public class RollbackTables extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDatabase()
Get 数据库名
注意:此字段可能返回 null,表示取不到有效值。
|
RollbackTableName[] |
getTable()
Get 数据库表详情
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDatabase(String Database)
Set 数据库名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTable(RollbackTableName[] Table)
Set 数据库表详情
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RollbackTables()
public RollbackTables(RollbackTables source)
public String getDatabase()
public void setDatabase(String Database)
Database
- 数据库名
注意:此字段可能返回 null,表示取不到有效值。public RollbackTableName[] getTable()
public void setTable(RollbackTableName[] Table)
Table
- 数据库表详情
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.