public class FlashbackDatabase extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FlashbackDatabase() | 
| FlashbackDatabase(FlashbackDatabase 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 | 
|---|---|
| FlashbackCollection[] | getCollections()Get 按 Key 闪回的数据库集合。 | 
| String | getDBName()Get 按 Key 闪回目标数据所在库。 | 
| void | setCollections(FlashbackCollection[] Collections)Set 按 Key 闪回的数据库集合。 | 
| void | setDBName(String DBName)Set 按 Key 闪回目标数据所在库。 | 
| 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, toJsonStringpublic FlashbackDatabase()
public FlashbackDatabase(FlashbackDatabase source)
public String getDBName()
public void setDBName(String DBName)
DBName - 按 Key 闪回目标数据所在库。public FlashbackCollection[] getCollections()
public void setCollections(FlashbackCollection[] Collections)
Collections - 按 Key 闪回的数据库集合。Copyright © 2025. All rights reserved.