Uses of Class
com.tencentcloudapi.cwp.v20180228.models.PrivilegeRule
-
Packages that use PrivilegeRule Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of PrivilegeRule in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return PrivilegeRule Modifier and Type Method Description PrivilegeRule[]DescribePrivilegeRulesResponse. getList()Get 列表内容Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type PrivilegeRule Modifier and Type Method Description voidDescribePrivilegeRulesResponse. setList(PrivilegeRule[] List)Set 列表内容Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type PrivilegeRule Constructor Description PrivilegeRule(PrivilegeRule 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.
-