public class DBRenameRes extends AbstractModel
Constructor and Description |
---|
DBRenameRes() |
DBRenameRes(DBRenameRes 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 |
getNewName()
Get Name of the new database
|
String |
getOldName()
Get Name of the old database
|
void |
setNewName(String NewName)
Set Name of the new database
|
void |
setOldName(String OldName)
Set Name of the old database
|
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 DBRenameRes()
public DBRenameRes(DBRenameRes source)
public String getNewName()
public void setNewName(String NewName)
NewName
- Name of the new databasepublic String getOldName()
public void setOldName(String OldName)
OldName
- Name of the old databaseCopyright © 2023. All rights reserved.