Class AlterDMSDatabaseRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.AlterDMSDatabaseRequest
-
public class AlterDMSDatabaseRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AlterDMSDatabaseRequest()
AlterDMSDatabaseRequest(AlterDMSDatabaseRequest 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 Asset
getAsset()
Get 基础对象String
getCurrentName()
Get 当前名称String
getLocation()
Get 路径String
getSchemaName()
Get schema名称void
setAsset(Asset Asset)
Set 基础对象void
setCurrentName(String CurrentName)
Set 当前名称void
setLocation(String Location)
Set 路径void
setSchemaName(String SchemaName)
Set schema名称void
toMap(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
-
AlterDMSDatabaseRequest
public AlterDMSDatabaseRequest()
-
AlterDMSDatabaseRequest
public AlterDMSDatabaseRequest(AlterDMSDatabaseRequest 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
-
getCurrentName
public String getCurrentName()
Get 当前名称- Returns:
- CurrentName 当前名称
-
setCurrentName
public void setCurrentName(String CurrentName)
Set 当前名称- Parameters:
CurrentName
- 当前名称
-
getSchemaName
public String getSchemaName()
Get schema名称- Returns:
- SchemaName schema名称
-
setSchemaName
public void setSchemaName(String SchemaName)
Set schema名称- Parameters:
SchemaName
- schema名称
-
getLocation
public String getLocation()
Get 路径- Returns:
- Location 路径
-
setLocation
public void setLocation(String Location)
Set 路径- Parameters:
Location
- 路径
-
getAsset
public Asset getAsset()
Get 基础对象- Returns:
- Asset 基础对象
-
setAsset
public void setAsset(Asset Asset)
Set 基础对象- Parameters:
Asset
- 基础对象
-
-