public class AlterDMSDatabaseRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AlterDMSDatabaseRequest()
public AlterDMSDatabaseRequest(AlterDMSDatabaseRequest source)
public String getCurrentName()
public void setCurrentName(String CurrentName)
CurrentName
- 当前名称public String getSchemaName()
public void setSchemaName(String SchemaName)
SchemaName
- schema名称public String getLocation()
public void setLocation(String Location)
Location
- 路径public Asset getAsset()
public void setAsset(Asset Asset)
Asset
- 基础对象Copyright © 2022. All rights reserved.