public class CreateDMSDatabaseRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateDMSDatabaseRequest() |
CreateDMSDatabaseRequest(CreateDMSDatabaseRequest 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 |
getLocation()
Get Db存储路径
|
String |
getName()
Get 数据库名称
|
String |
getSchemaName()
Get Schema目录
|
void |
setAsset(Asset Asset)
Set 基础元数据对象
|
void |
setLocation(String Location)
Set Db存储路径
|
void |
setName(String Name)
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateDMSDatabaseRequest()
public CreateDMSDatabaseRequest(CreateDMSDatabaseRequest source)
public Asset getAsset()
public void setAsset(Asset Asset)
Asset
- 基础元数据对象public String getSchemaName()
public void setSchemaName(String SchemaName)
SchemaName
- Schema目录public String getLocation()
public void setLocation(String Location)
Location
- Db存储路径public String getName()
public void setName(String Name)
Name
- 数据库名称Copyright © 2024. All rights reserved.