Uses of Class
com.tencentcloudapi.goosefs.v20220519.models.FSAttribute
-
Packages that use FSAttribute Package Description com.tencentcloudapi.goosefs.v20220519.models -
-
Uses of FSAttribute in com.tencentcloudapi.goosefs.v20220519.models
Methods in com.tencentcloudapi.goosefs.v20220519.models that return FSAttribute Modifier and Type Method Description FSAttribute[]DescribeFileSystemsResponse. getFSAttributeList()Get 文件系统列表Methods in com.tencentcloudapi.goosefs.v20220519.models with parameters of type FSAttribute Modifier and Type Method Description voidDescribeFileSystemsResponse. setFSAttributeList(FSAttribute[] FSAttributeList)Set 文件系统列表Constructors in com.tencentcloudapi.goosefs.v20220519.models with parameters of type FSAttribute Constructor Description FSAttribute(FSAttribute 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.
-