Uses of Class
com.tencentcloudapi.teo.v20220901.models.RulesProperties
-
Packages that use RulesProperties Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of RulesProperties in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return RulesProperties Modifier and Type Method Description RulesProperties[]RulesSettingAction. getProperties()Get 参数信息。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type RulesProperties Modifier and Type Method Description voidRulesSettingAction. setProperties(RulesProperties[] Properties)Set 参数信息。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type RulesProperties Constructor Description RulesProperties(RulesProperties 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.
-