public class RollbackDBName extends AbstractModel
skipSign
Constructor and Description |
---|
RollbackDBName() |
RollbackDBName(RollbackDBName 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 |
getDatabaseName()
Get 回档前的原数据库名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNewDatabaseName()
Get 回档后的新数据库名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDatabaseName(String DatabaseName)
Set 回档前的原数据库名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNewDatabaseName(String NewDatabaseName)
Set 回档后的新数据库名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RollbackDBName()
public RollbackDBName(RollbackDBName source)
public String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName
- 回档前的原数据库名
注意:此字段可能返回 null,表示取不到有效值。public String getNewDatabaseName()
public void setNewDatabaseName(String NewDatabaseName)
NewDatabaseName
- 回档后的新数据库名
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.