Class FileSystemDataSource
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20191022.models.FileSystemDataSource
-
public class FileSystemDataSource extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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,表示取不到有效值。
-
-