Class DBRenameRes
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sqlserver.v20180328.models.DBRenameRes
-
public class DBRenameRes extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNewName()Get 新数据库名称StringgetOldName()Get 老数据库名称voidsetNewName(String NewName)Set 新数据库名称voidsetOldName(String OldName)Set 老数据库名称voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DBRenameRes
public DBRenameRes()
-
DBRenameRes
public 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.
-
-
Method Detail
-
getNewName
public String getNewName()
Get 新数据库名称- Returns:
- NewName 新数据库名称
-
setNewName
public void setNewName(String NewName)
Set 新数据库名称- Parameters:
NewName- 新数据库名称
-
getOldName
public String getOldName()
Get 老数据库名称- Returns:
- OldName 老数据库名称
-
setOldName
public void setOldName(String OldName)
Set 老数据库名称- Parameters:
OldName- 老数据库名称
-
-