Uses of Class
com.tencentcloudapi.iot.v20180123.models.Action
-
Packages that use Action Package Description com.tencentcloudapi.iot.v20180123.models -
-
Uses of Action in com.tencentcloudapi.iot.v20180123.models
Methods in com.tencentcloudapi.iot.v20180123.models that return Action Modifier and Type Method Description Action[]AddRuleRequest. getActions()Get 转发动作列表Action[]Rule. getActions()Get 转发Action[]UpdateRuleRequest. getActions()Get 转发动作列表Methods in com.tencentcloudapi.iot.v20180123.models with parameters of type Action Modifier and Type Method Description voidAddRuleRequest. setActions(Action[] Actions)Set 转发动作列表voidRule. setActions(Action[] Actions)Set 转发voidUpdateRuleRequest. setActions(Action[] Actions)Set 转发动作列表Constructors in com.tencentcloudapi.iot.v20180123.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.
-