Uses of Class
com.tencentcloudapi.cfs.v20190719.models.PGroupInfo
-
Packages that use PGroupInfo Package Description com.tencentcloudapi.cfs.v20190719.models -
-
Uses of PGroupInfo in com.tencentcloudapi.cfs.v20190719.models
Methods in com.tencentcloudapi.cfs.v20190719.models that return PGroupInfo Modifier and Type Method Description PGroupInfo[]DescribeCfsPGroupsResponse. getPGroupList()Get 权限组信息列表Methods in com.tencentcloudapi.cfs.v20190719.models with parameters of type PGroupInfo Modifier and Type Method Description voidDescribeCfsPGroupsResponse. setPGroupList(PGroupInfo[] PGroupList)Set 权限组信息列表Constructors in com.tencentcloudapi.cfs.v20190719.models with parameters of type PGroupInfo Constructor Description PGroupInfo(PGroupInfo 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.
-