public class AssetList extends AbstractModel
header, skipSign
Constructor and Description |
---|
AssetList() |
AssetList(AssetList 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 |
---|---|
DataSourceInfo[] |
getDataSourceInfo()
Get 数据源信息
|
String |
getDataSourceType()
Get 数据源类型
|
void |
setDataSourceInfo(DataSourceInfo[] DataSourceInfo)
Set 数据源信息
|
void |
setDataSourceType(String DataSourceType)
Set 数据源类型
|
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 AssetList()
public AssetList(AssetList source)
public String getDataSourceType()
public void setDataSourceType(String DataSourceType)
DataSourceType
- 数据源类型public DataSourceInfo[] getDataSourceInfo()
public void setDataSourceInfo(DataSourceInfo[] DataSourceInfo)
DataSourceInfo
- 数据源信息Copyright © 2024. All rights reserved.