Uses of Class
com.tencentcloudapi.cfs.v20190719.models.PGroupRuleInfo
-
Packages that use PGroupRuleInfo Package Description com.tencentcloudapi.cfs.v20190719.models -
-
Uses of PGroupRuleInfo in com.tencentcloudapi.cfs.v20190719.models
Methods in com.tencentcloudapi.cfs.v20190719.models that return PGroupRuleInfo Modifier and Type Method Description PGroupRuleInfo[]DescribeCfsRulesResponse. getRuleList()Get 权限组规则列表Methods in com.tencentcloudapi.cfs.v20190719.models with parameters of type PGroupRuleInfo Modifier and Type Method Description voidDescribeCfsRulesResponse. setRuleList(PGroupRuleInfo[] RuleList)Set 权限组规则列表Constructors in com.tencentcloudapi.cfs.v20190719.models with parameters of type PGroupRuleInfo Constructor Description PGroupRuleInfo(PGroupRuleInfo 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.
-