Class FileSystemDataSource

    • Constructor Detail

      • FileSystemDataSource

        public FileSystemDataSource()
      • FileSystemDataSource

        public 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.
    • Method Detail

      • getDirectoryPath

        public String getDirectoryPath()
        Get 文件系统目录 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DirectoryPath 文件系统目录 注意:此字段可能返回 null,表示取不到有效值。
      • setDirectoryPath

        public void setDirectoryPath​(String DirectoryPath)
        Set 文件系统目录 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DirectoryPath - 文件系统目录 注意:此字段可能返回 null,表示取不到有效值。
      • getFileSystemType

        public String getFileSystemType()
        Get 文件系统类型 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FileSystemType 文件系统类型 注意:此字段可能返回 null,表示取不到有效值。
      • setFileSystemType

        public void setFileSystemType​(String FileSystemType)
        Set 文件系统类型 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FileSystemType - 文件系统类型 注意:此字段可能返回 null,表示取不到有效值。
      • getFileSystemAccessMode

        public String getFileSystemAccessMode()
        Get 文件系统访问模式 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FileSystemAccessMode 文件系统访问模式 注意:此字段可能返回 null,表示取不到有效值。
      • setFileSystemAccessMode

        public void setFileSystemAccessMode​(String FileSystemAccessMode)
        Set 文件系统访问模式 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FileSystemAccessMode - 文件系统访问模式 注意:此字段可能返回 null,表示取不到有效值。
      • getFileSystemId

        public String getFileSystemId()
        Get 文件系统ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FileSystemId 文件系统ID 注意:此字段可能返回 null,表示取不到有效值。
      • setFileSystemId

        public void setFileSystemId​(String FileSystemId)
        Set 文件系统ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FileSystemId - 文件系统ID 注意:此字段可能返回 null,表示取不到有效值。