Uses of Class
com.tencentcloudapi.cwp.v20180228.models.BaselineRule
-
Packages that use BaselineRule Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of BaselineRule in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return BaselineRule Modifier and Type Method Description BaselineRuleModifyBaselineRuleRequest. getData()Get 无BaselineRule[]DescribeBaselineRuleIgnoreListResponse. getList()Get 列表BaselineRule[]DescribeBaselineRuleListResponse. getList()Get 无Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type BaselineRule Modifier and Type Method Description voidModifyBaselineRuleRequest. setData(BaselineRule Data)Set 无voidDescribeBaselineRuleIgnoreListResponse. setList(BaselineRule[] List)Set 列表voidDescribeBaselineRuleListResponse. setList(BaselineRule[] List)Set 无Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type BaselineRule Constructor Description BaselineRule(BaselineRule 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.
-