Uses of Class
com.tencentcloudapi.as.v20180419.models.InvocationResult
-
Packages that use InvocationResult Package Description com.tencentcloudapi.as.v20180419.models -
-
Uses of InvocationResult in com.tencentcloudapi.as.v20180419.models
Methods in com.tencentcloudapi.as.v20180419.models that return InvocationResult Modifier and Type Method Description InvocationResult[]Activity. getInvocationResultSet()Get 执行命令结果。Methods in com.tencentcloudapi.as.v20180419.models with parameters of type InvocationResult Modifier and Type Method Description voidActivity. setInvocationResultSet(InvocationResult[] InvocationResultSet)Set 执行命令结果。Constructors in com.tencentcloudapi.as.v20180419.models with parameters of type InvocationResult Constructor Description InvocationResult(InvocationResult 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.
-