public class AlterDMSDatabaseRequest extends AbstractModel
header, skipSign| 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 Basic object 
 | 
String | 
getCurrentName()
Get Current name 
 | 
String | 
getLocation()
Get Path 
 | 
String | 
getSchemaName()
Get Schema name 
 | 
void | 
setAsset(Asset Asset)
Set Basic object 
 | 
void | 
setCurrentName(String CurrentName)
Set Current name 
 | 
void | 
setLocation(String Location)
Set Path 
 | 
void | 
setSchemaName(String SchemaName)
Set Schema name 
 | 
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, toJsonStringpublic AlterDMSDatabaseRequest()
public AlterDMSDatabaseRequest(AlterDMSDatabaseRequest source)
public String getCurrentName()
public void setCurrentName(String CurrentName)
CurrentName - Current namepublic String getSchemaName()
public void setSchemaName(String SchemaName)
SchemaName - Schema namepublic String getLocation()
public void setLocation(String Location)
Location - Pathpublic Asset getAsset()
public void setAsset(Asset Asset)
Asset - Basic objectCopyright © 2025. All rights reserved.