public class RollbackTables extends AbstractModel
| Constructor and Description |
|---|
RollbackTables() |
| 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, toJsonStringpublic String getDatabase()
public void setDatabase(String Database)
Database - 数据库名
注意:此字段可能返回 null,表示取不到有效值。public RollbackTableName[] getTable()
public void setTable(RollbackTableName[] Table)
Table - 数据库表详情
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.