public class DMSSourceDatabaseInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DMSSourceDatabaseInfo() |
DMSSourceDatabaseInfo(DMSSourceDatabaseInfo 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 |
---|---|
String |
getSourceDatabaseName()
Get Source database name
Note: This field may return null, indicating that no valid values can be obtained.
|
String[] |
getSourceTableNameList()
Get Array of table names in the source database
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSourceDatabaseName(String SourceDatabaseName)
Set Source database name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSourceTableNameList(String[] SourceTableNameList)
Set Array of table names in the source database
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DMSSourceDatabaseInfo()
public DMSSourceDatabaseInfo(DMSSourceDatabaseInfo source)
public String getSourceDatabaseName()
public void setSourceDatabaseName(String SourceDatabaseName)
SourceDatabaseName
- Source database name
Note: This field may return null, indicating that no valid values can be obtained.public String[] getSourceTableNameList()
public void setSourceTableNameList(String[] SourceTableNameList)
SourceTableNameList
- Array of table names in the source database
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.