Uses of Class
com.tencentcloudapi.teo.v20220901.models.RuleNormalActionParams
-
Packages that use RuleNormalActionParams Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of RuleNormalActionParams in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return RuleNormalActionParams Modifier and Type Method Description RuleNormalActionParams[]NormalAction. getParameters()Get 参数。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type RuleNormalActionParams Modifier and Type Method Description voidNormalAction. setParameters(RuleNormalActionParams[] Parameters)Set 参数。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type RuleNormalActionParams Constructor Description RuleNormalActionParams(RuleNormalActionParams 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.
-