public class BackupItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BackupItem() | 
| BackupItem(BackupItem 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 | getDb()Get 需要备份的库名 | 
| String | getTable()Get 需要备份的表名。 如果传该参数,表示备份该库中的指定表。如果不传该参数则备份该db库 | 
| void | setDb(String Db)Set 需要备份的库名 | 
| void | setTable(String Table)Set 需要备份的表名。 如果传该参数,表示备份该库中的指定表。如果不传该参数则备份该db库 | 
| 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 BackupItem()
public BackupItem(BackupItem source)
public String getDb()
public void setDb(String Db)
Db - 需要备份的库名public String getTable()
public void setTable(String Table)
Table - 需要备份的表名。 如果传该参数,表示备份该库中的指定表。如果不传该参数则备份该db库Copyright © 2025. All rights reserved.