Uses of Class
com.tencentcloudapi.cfs.v20190719.models.PGroup
-
Packages that use PGroup Package Description com.tencentcloudapi.cfs.v20190719.models -
-
Uses of PGroup in com.tencentcloudapi.cfs.v20190719.models
Methods in com.tencentcloudapi.cfs.v20190719.models that return PGroup Modifier and Type Method Description PGroupFileSystemInfo. getPGroup()Get 文件系统绑定权限组信息Methods in com.tencentcloudapi.cfs.v20190719.models with parameters of type PGroup Modifier and Type Method Description voidFileSystemInfo. setPGroup(PGroup PGroup)Set 文件系统绑定权限组信息Constructors in com.tencentcloudapi.cfs.v20190719.models with parameters of type PGroup Constructor Description PGroup(PGroup 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.
-