public class PublicDataSourceFS extends AbstractModel
header, skipSign
Constructor and Description |
---|
PublicDataSourceFS() |
PublicDataSourceFS(PublicDataSourceFS 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 |
getDataSourceId()
Get 数据源id
|
String |
getSubPath()
Get 相对数据源子路径
|
void |
setDataSourceId(String DataSourceId)
Set 数据源id
|
void |
setSubPath(String SubPath)
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 PublicDataSourceFS()
public PublicDataSourceFS(PublicDataSourceFS source)
public String getDataSourceId()
public void setDataSourceId(String DataSourceId)
DataSourceId
- 数据源idpublic String getSubPath()
public void setSubPath(String SubPath)
SubPath
- 相对数据源子路径Copyright © 2025. All rights reserved.