public class FileSystemDataSource extends AbstractModel
header, skipSign| Constructor and Description |
|---|
FileSystemDataSource() |
FileSystemDataSource(FileSystemDataSource 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 |
getDirectoryPath()
Get 文件系统目录
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFileSystemAccessMode()
Get 文件系统访问模式
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFileSystemId()
Get 文件系统ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFileSystemType()
Get 文件系统类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDirectoryPath(String DirectoryPath)
Set 文件系统目录
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFileSystemAccessMode(String FileSystemAccessMode)
Set 文件系统访问模式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFileSystemId(String FileSystemId)
Set 文件系统ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFileSystemType(String FileSystemType)
Set 文件系统类型
注意:此字段可能返回 null,表示取不到有效值。
|
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 FileSystemDataSource()
public FileSystemDataSource(FileSystemDataSource source)
public String getDirectoryPath()
public void setDirectoryPath(String DirectoryPath)
DirectoryPath - 文件系统目录
注意:此字段可能返回 null,表示取不到有效值。public String getFileSystemType()
public void setFileSystemType(String FileSystemType)
FileSystemType - 文件系统类型
注意:此字段可能返回 null,表示取不到有效值。public String getFileSystemAccessMode()
public void setFileSystemAccessMode(String FileSystemAccessMode)
FileSystemAccessMode - 文件系统访问模式
注意:此字段可能返回 null,表示取不到有效值。public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId - 文件系统ID
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.