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 Data source ID.
|
String |
getSubPath()
Get Relative subpath to the data source.
|
void |
setDataSourceId(String DataSourceId)
Set Data source ID.
|
void |
setSubPath(String SubPath)
Set Relative subpath to the data source.
|
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
- Data source ID.public String getSubPath()
public void setSubPath(String SubPath)
SubPath
- Relative subpath to the data source.Copyright © 2025. All rights reserved.