public class BackupItem extends AbstractModel
Constructor and Description |
---|
BackupItem() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.