public class RollbackTable extends AbstractModel
header, skipSign
Constructor and Description |
---|
RollbackTable() |
RollbackTable(RollbackTable 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 数据库名称
|
RollbackTableInfo[] |
getTables()
Get 数据库表
|
void |
setDatabase(String Database)
Set 数据库名称
|
void |
setTables(RollbackTableInfo[] Tables)
Set 数据库表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RollbackTable()
public RollbackTable(RollbackTable source)
public String getDatabase()
public void setDatabase(String Database)
Database
- 数据库名称public RollbackTableInfo[] getTables()
public void setTables(RollbackTableInfo[] Tables)
Tables
- 数据库表Copyright © 2024. All rights reserved.