Uses of Class
com.tencentcloudapi.chdfs.v20201112.models.FileSystem
-
Packages that use FileSystem Package Description com.tencentcloudapi.chdfs.v20201112.models -
-
Uses of FileSystem in com.tencentcloudapi.chdfs.v20201112.models
Methods in com.tencentcloudapi.chdfs.v20201112.models that return FileSystem Modifier and Type Method Description FileSystemCreateFileSystemResponse. getFileSystem()Get 文件系统FileSystemDescribeFileSystemResponse. getFileSystem()Get 文件系统FileSystem[]DescribeFileSystemsResponse. getFileSystems()Get 文件系统列表Methods in com.tencentcloudapi.chdfs.v20201112.models with parameters of type FileSystem Modifier and Type Method Description voidCreateFileSystemResponse. setFileSystem(FileSystem FileSystem)Set 文件系统voidDescribeFileSystemResponse. setFileSystem(FileSystem FileSystem)Set 文件系统voidDescribeFileSystemsResponse. setFileSystems(FileSystem[] FileSystems)Set 文件系统列表Constructors in com.tencentcloudapi.chdfs.v20201112.models with parameters of type FileSystem Constructor Description FileSystem(FileSystem 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.
-