Uses of Class
com.tencentcloudapi.teo.v20220901.models.Action
-
Packages that use Action Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of Action in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return Action Modifier and Type Method Description Action[]Rule. getActions()Get 执行的功能。Action[]SubRule. getActions()Get 执行的功能。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type Action Modifier and Type Method Description voidRule. setActions(Action[] Actions)Set 执行的功能。voidSubRule. setActions(Action[] Actions)Set 执行的功能。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type Action Constructor Description Action(Action 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.
-