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 Name of the database to be backed up 
 | 
String | 
getTable()
Get Name of the table to be backed up. 
 | 
void | 
setDb(String Db)
Set Name of the database to be backed up 
 | 
void | 
setTable(String Table)
Set Name of the table to be backed up. 
 | 
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 - Name of the database to be backed uppublic String getTable()
public void setTable(String Table)
Table - Name of the table to be backed up. If this parameter is passed in, the specified table in the database will be backed up; otherwise, the database will be backed up.Copyright © 2025. All rights reserved.