public class FileSystemDataSource extends AbstractModel
Constructor and Description |
---|
FileSystemDataSource() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.